Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why does my Perl program complain "Can't locate URI.pm in @INC"?

perl installation module

How can I get ranges from a list of integers in Perl?

perl arrays

Perl - Is it good practice to use the empty string as false?

perl string

How can I print undef values as zeros in Perl?

perl undefined

Old .pl modules versus new .pm modules

perl perl-module

Difference between Catalyst and Mason

perl

How do I recognise currency symbols in Perl?

perl unicode currency

For Loop and Lexically Scoped Variables

perl

Return only matches from substitution in Perl 5.8.8 (was: Perl "p" regex modifier equivalent)

regex perl perl5.8

How do I sort hash of hashes by value using perl?

perl sorting hash

How can I change my regular expression to read UTF-8?

regex perl utf-8

Perl : creating array of known size

arrays perl variables

Perl syntax error - elseif should be elsif at

perl syntax

To remove blank lines in data set

perl shell sed awk

Perl: Print on the "display" and also into a file

string perl file printing

How can I extract a string enclosed in single quotes in Perl?

regex perl

Is it possible to read __DATA__ with Config::General in Perl?

perl configuration

very fast look up's in Perl : re-loading hash values possible?

perl hash

How can I perform introspection in Perl?

perl oop

How can I idiomatically access the first element of a single element hash in Perl?

perl hash