Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Perl: Modify variable passed as param to subroutine

How to type selected elements of an array in double quotes

arrays perl

Perl variables scoping

perl scope

How differs the open pragma with different utf8?

perl utf-8

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