Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why does Perl's File::Copy appear to silently fail?

How do I import environment settings into my Perl program?

linux perl environment

awk or perl one-liner to print line if second field is longer than 7 chars

perl awk

How do I make a member of a class a hash in Perl?

perl class hash object

What is setting $VERSION good for?

perl

How can I check if a Unix process is running in Perl?

perl

Print all matches of a regular expression from the command line?

regex perl grep

Perl: Why would eq work, when =~ doesn't?

perl

How do I make parallel HTTP requests in Perl, and receive them back in order?

How can I loop over an array from the first occurrence of an element with a specific value using perl?

arrays loops perl

Where are Perl modules installed in Ubuntu?

perl ubuntu module

An elegant way of returning the index of the last non-zero element in Perl?

arrays perl

How can I use perldoc to lookup the %ENV variable?

perl perldoc

How can I use vim to edit text from Perl while the script is still running?

perl vim temporary-files

How can I combine Perl's split command with white space trimming?

perl split

When writing a Perl module, do I have to specifically check for an object instance in all my methods?

perl oop

Where do I install Perl modules that I wrote?

perl

How do I access a constant in Perl whose name is contained in a variable?

perl constants symbol-table

parse timestamp with millisecond in Perl

perl datetime time

Perl: Create a hash from an array