Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl - Hash and the => operator

perl hash

Can Perl's Getopt::Long parse arguments I don't define ahead of time?

perl getopt-long

Which is more efficient regular expression?

regex performance perl

How can I render HTML as text using Perl as Lynx does? [duplicate]

html perl render

Why do I get "Invalid predicate" error from getElementsByTagName?

xml perl

Origin of discouraged perl idioms: &x(...) and sub x($$) { ... }

perl coding-style

Perl shift bit problem

perl

How to convert regexp to python from perl

python regex perl

Quickest way to determine range overlap in Perl

algorithm perl range overlap

Declaring a scalar inside an if statement?

perl

How can I tell perl the path for a module?

perl perl-module

Is there a way to create a file that is locked at the point of creation, in Perl?

perl file-io file-locking

In Perl, how do I get an arbitrary value from a hash?

perl hash

What does < do in Perl in this instance?

perl syntax cgi

Perl go up a character?

perl

Is this code which is using Switch.pm safe?

Perl equivalent of PHP's strtotime()?

perl date date-parsing

Calling a Module Function By Reference

perl dynamic module subroutine

perl regex to find any number that is a multiple of 5

regex perl

What does "$<" & "$>" mean in Perl

perl variables