Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to print program usage in Perl?

perl

Ruby's irb equivalent in Perl?

ruby perl irb

Are the two statements always the same in perl?

perl oop

Using both ARGV and CGI in a Perl script

Succinct way to print all lines up until the last line that matches a given pattern

linux perl shell tail

perl code blocks

perl

How can I use "here-doc" to print lines to a file?

perl

How to use dos2unix?

linux perl

Opposite of ~~ in Perl

perl

How to replace $*=1 with an alternative now $* is no longer supported

perl migrate

What's the best approach to migrate a CGI to a Framework?

What is the C# equivalent of Perl's repetition operator?

c# perl string

Calling outside subs and modules in Template Toolkit without Plugins?

perl template-toolkit

Using Perl here-document results in "Can't find string terminator "EOF" anywhere before EOF"

perl heredoc

Perl semicolon at end of statement

perl

Perl booleans, negation (and how to explain it)?

perl

latest Perl won't match certain regexes more than 32768 characters long

regex perl

Change any number of delimiters in found pattern with sed

regex perl awk sed

Is Catalyst+Mason+Template::Toolkit worth learning rather than sticking to LAMP+Axkit?

How do I read a single character from STDIN using Perl on Windows?

windows perl