Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

What am I doing wrong in this Perl one-liner?

perl

Why use a "do {} if" block in Perl?

perl syntax

Perl: Unexpected $_ behaviour

perl

Perl - Code Enhancement

perl

How to remove an element of array in foreach loop?

perl

Perl constant array

perl

what does perl use Cwd qw(); mean?

perl

Decoding Hash from JSON-String in Perl

json perl hash

How do I get command-line Perl to accept shell variables?

bash perl

What does the Perl asterisk sigil do

perl

What's the simplest way of adding one to a binary string in Perl?

perl binary math

What's the best IPC mechanism for medium-sized data in Perl? [closed]

perl ipc

How can I limit the time spent in a specific section of a Perl script?

perl timeout

How can I identify and remove redundant code in Perl?

perl refactoring

How can I construct OS-independent file paths in Perl including an optional Windows drive letter?

windows perl path

What are the pros and cons of using the two different programming styles of CGI.pm with Perl?

perl cgi

How can I convert between scientific and decimal notation in Perl?

How does this Perl grep work to determine the union of several hashes?

perl grep

Perl: How to pass and use a lexical file handle to a subroutine as a named argument?

perl subroutine

When were non-capturing parentheses added to Perl's regular expressions?

regex perl syntax