Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Unix join on more than two files

perl text join paste cut

Most efficient way to swap two array values in Perl

perl

Situations where Perl would not call DESTROY on object destruction?

perl

How do pass one array and one string as arguments to a function?

Perl CSV_XS module installation failed using Cygwin

perl cygwin

Unit Testing for Floating-Point Equivalence in Perl

How amount of data and code affects fork() performance in Perl?

perl fork

Debugging Perl one-liner for renaming files

perl

How to find just the direct descendants with HTML::TreeBuilder?

html perl parsing html-tree

Perl: How to turn array into nested hash keys

perl perl-data-structures

How to efficiently transpose rows into columns in Vim?

perl vim

Lowercase to Uppercase of character in Shell Scripting [duplicate]

perl shell unix sed awk

Why do I get syntax errors with Perl Here-Document?

perl heredoc

Trouble escaping dollar sign in Perl

regex perl escaping

How can I tell DBD::CSV to use a comma as the decimal seperator?

perl csv dbi

'merging' 2 files into a third using perl

perl file-io

Move Directory in perl

perl

In perl how can i subtract 10 days from a date which is passed through a text file and output in dd-Month-YYYY(01-jan-1990)

perl datetime

How do I preserve the order of a hash in Perl?

perl hash

Perl fork and kill - kill(0, $pid) always returns 1, and can't kill the child

perl