Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

What Perl regex can match the contiguous subset of digits 12345?

regex perl

How to Remove Excess Whitespace in String Using Regex

regex perl

How can you create private/public variable and functions using Moose?

perl oop moose

Find the word with most letters in common with other words

perl find letter

Why does Perl think that a non-existent multi-level hash element is there?

perl hash zero

Accessing values of json structure in perl

json perl hash hash-of-hashes

Looping through characters in Perl

perl for-loop

Adding a help command to a script

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