Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Looking for advice on project. Parsing logical expression

How to exit a chroot inside a perl script?

linux perl chroot

Returning MySQL results as hash tables in Perl

mysql perl hashtable

Perl performance hit between two common regex methods for string trimming?

regex perl

Perl script to get the first element of arrays passed as reference

arrays perl

Perl get UTC time and get difference between UTC timestamps

linux perl bash shell

Nested function call scoping and syntax

perl syntax recursion scope

Why doesn't 2==4 return false?

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