Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Why doesn't use warnings FATAL => 'all' seem to work?

Calling perl subroutines from the command line

perl subroutine

what is the use of qw(:ALL) in perl

perl

Why `stoutest` is not a valid regular expression?

regex perl

When I run a file which is begin with "#!/usr/bin/perl -w", I get a error: "syntax error at line 153, near "=~ ?""

perl

Which versions of Perl are you using?

perl perl5.8

Mixed language web dev environments

What's the fastest way to make concurrent web requests in Perl? [closed]

perl concurrency

How can I install script distributions from CPAN?

perl cpan

Is using __PACKAGE__ inside my methods bad for inheritance?

perl oop

How can I assign many Moose attributes at the same time?

perl attributes moose

How can I mix command line arguments and filenames for <> in Perl?

perl input arguments

Elegantly Determining System Architecture Within Perl

perl architecture

Perl idiom for getting a maximum number of elements in an array

perl idioms

Convert UTF8 string into numeric values in Perl

perl unicode utf-8 codepoint

Is it possible to pass parameters to a Perl module loading?

perl module

In Perl, how can I access a scalar defined in another package?

perl perl-module

What is the reason behind not having a simpler multi-line comment in Perl?

Why "Not an ARRAY reference" error?

arrays perl

Matching balanced parenthesis in Perl regex

regex perl perl5.8