Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

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

Perl on Windows: Problems with Encoding

Perl nesting hash of hashes

perl perl-data-structures

Perl: Skip line N while reading a file

perl loops

What does '//' mean in Perl? [duplicate]

perl logical-operators

Grep numbers between colon and comma

perl bash sed awk grep

Scoping variables in a Perl Test::More .t file

perl unit-testing

multiline pattern delete with single line command

perl sed awk grep

How is the split function in perl supposed to work?

regex perl split

Is there any difference between &$func($arg) and $func->($arg)?

perl