Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How does this Perl grep work to determine the union of several hashes?

perl grep

Perl: How to pass and use a lexical file handle to a subroutine as a named argument?

perl subroutine

When were non-capturing parentheses added to Perl's regular expressions?

regex perl syntax

How to fetch HTTP headers in perl when using CGI

Using the -d test operator in perl

perl

Efficiently average the second column by intervals defined by the first column

python perl r awk data.table

What is wrong in this Perl expression?

perl variables if-statement

perl encapsulate single variable in double quotes

perl syntax double-quotes

Negative lookahead assertion with the * modifier in Perl

Reading from variable in Perl

perl variables input

Perl - Why does looping over a hash by its keys and then printing each value result in a uninitialized warning?

perl hash foreach

how to form a new array based on part of an existing array

perl

How to get the last element of an array and show the rest?

arrays perl

What is the best way in Perl to iterate a loop and extract pairs or triples

arrays perl

How can I embed Perl inside a C++ application?

c++ perl

How do I efficiently empty a Perl DBM file?

perl dbm

What's a good library to manipulate Apache2 config files? [closed]

java python perl apache

Using Perl, how can I build a dynamic regexp by passing in an argument to a subroutine?

regex perl algorithm

Is the Perl .plx filename extension ever used in real-life?

perl iis scripting activestate

How can I store and access a filehandle in a Perl class?

perl filehandle