Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Modern Perl: how to implement Redispatching Methods in AUTOLOAD()?

perl oop

Can a Perl script detect whether it's running under Activestate vs Strawberry Perl?

Shell test to see whether a binary is in your path

perl bash shell csh tcsh

Iterating over nodes using XML::LibXML

How can I scrape data from the Israeli Bureau of Statistics web query tool?

Run a perl script at startup in Ubuntu

perl ubuntu startupscript

Why does version->parse fail to work without preceding print?

perl version

How to pass a file handle to a function?

perl

Getting all possible string combinations with Perl

perl

What is the equivalent of bash export in Perl?

perl bash export

how to get list of rpm packages installed in the system

perl rpm

perl regex match closest

regex perl match closest

How can I get the path without the filename in Windows using Perl?

windows perl filenames

Overlapping text substitution with Perl regular expression

regex perl

how to find out which perl I am using when running a script with '/usr/bin/env perl'?

perl

matching finite natural number series

regex perl

How to insert the content of a file into another file (if regexp) in perl/shell

regex perl shell insert paste

Better way to sort an array with unusual value

arrays perl

In Perl, is there any scenario in which ${foo[bar]} could be syntactically valid code?

regex arrays perl

What is the most readable regex to extract a second word with no trailing spaces from comma-separated string?

regex perl readability