Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Updated: Initialise and Clear multiple hash in one line

perl

Problems reading header line from my Excel 2007 files created with Perl

perl excel excel-2007 solaris

perl: why \(1,2) is SCALAR? How to dereference it?

perl

How to solve Nested quantifiers in regex?

regex perl grep

How to avoid "You tried to plan twice" at Test::More

perl unit-testing tdd

Rewriting a recursive function in perl so that it can be used in list context

perl recursion

Best way to run a Perl script from weblogic Java EE application

java perl weblogic exec solaris

Use Lexical Variable Declared in For Loop in Continue Block

perl

Command line arguments with keywords

Why and when to use optional perl parameters in R

regex r perl

How to make an inherited AUTOLOAD for non-method work?

windows perl console

What does this command in Perl do?

linux bash perl

How do I select a specific sub-node of an XML file using XML::Twig?

xml perl xml-twig

Equivalent of keyset in perl

perl

How can I check whether all Perl modules are imported?

perl perl-module

Why isn't on_eof called in this AnyEvent::Handle example?

perl anyevent

Perl: Length of an anonymous list

arrays list scalar perl

How can I make split(/\t/, $STRING) detect empty values when $STRING ends with "\t\t"?

How can I do a multi-line match on the data returned from Perl's diamond operator

regex perl

Why doesn't my regular expression work with Perl's Switch module?

perl switch-statement