Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

IPC::Open3::open3() doesn't work with perl 5.14.2 as with perl 5.10.1?

perl ipc ipcopen3

Parsing an array line by line and exploding it into more arrays

arrays perl function return

Removing lines with repetitive values in last

Perl regexps not matching string with leading zeros / incorrectly escaped numerals with leading zeros on command line in Perl

regex perl

Difference between Socket recv, sysread and Posix::read in sockets?

perl

Filling out form in Perl with the WWW::Mechanize module

Rounding Pi in Perl to the 100 millionth decimal place?

perl rounding pi

Using perl XML::LibXML to deal with XML so slowly

xml perl

How many elements can perl hash have?

perl hash

Is there an 'official' CPAN specification document?

perl cpan

Perl - Regex to extract only the comma-separated strings

regex perl split www-mechanize

How to interpolate hash element via reference returned by a method into a string?

perl hash reference

How to decode base64 and turn it back into an image in perl

perl base64

How to use a module in Perl

perl perl-module

Handle command line arguments with different radices in Perl

How to use m! in Perl regex

regex perl

replace strings with lines from another text file by matching patterns

regex perl awk sed

Why is the STDOUT line printed after the STDERR line?

Perl - Is this a bug with looks_like_number, or am I being a stupid person?

perl

Distinguish one sub invocation from another

multithreading perl