Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why is perldoc failing here?

perl perldoc

Why does `perl -pe 's/$/\n/g'` add 2 blank lines?

regex perl

Perl Program to Print Unicode From Hex Value

How can I map two arrays into one Perl hash?

perl

Using perl system() query with spaces in path variable

bash perl

How do I remove the special characters within multiple lines in Regex?

regex xml perl

In Perl, how do I process input as soon as it arrives, instead of waiting for newline?

perl

Why do I need to explicitly output the HTTP header for IIS but not Apache?

perl apache http iis cgi

How can I detect recursing package calls in Perl?

How can Perl split a line on whitespace except when the whitespace is in doublequotes?

regex perl split

How do I sort an array of hash references by one of the hash values?

perl sorting bugzilla

How can I use 32-bit Perl to thaw something frozen with 64-bit Storable?

perl endianness storable

Analyzing image complexity

perl imagemagick

Can a Perl subroutine return data but keep processing?

How can I pass common arguments to Perl modules?

perl module

Problem with fork exec kill when redirecting output in perl

perl redirect fork kill

perl fork doesn't work properly when run remotely (via ssh)

perl unix ssh fork

How to make perl thread without copying all variables?

multithreading perl

Perl modulo operator question

How can I extract a single file from a ZIP archive using Perl's Archive::Zip?

perl zip