Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Does Perl have an associative array type that can have any type of keys?

Perl: Constructing an array of objects

perl oop swig

How this can be done in more perl way

perl

Perl module loading - Safeguarding against: perhaps you forgot to load "Bla"?

perl perl-module

Perl multithreading and foreach

multithreading perl

Perl: Using Loop or Map/Grep?

perl map grep readdir

Wildcard for hash element in Perl

perl hash wildcard

Why doesn't map read from @ARGV/@_?

perl

How to I use a class property/variable as a print filehandle in Perl?

perl class syntax file-writing

Too late for -CSD

perl

When using Perl's File::Find what's a quick & easy way to limit search depth?

perl directory depth file-find

Perl: Sorting 2D array with multiple columns based on a particular column

Accessing value of a global variable using require?

perl

matching the closest strings to a search term (perl regex)

regex perl replace

Find number, and remove adjacent characters equal to this number

perl unix sed awk

perl replace space with tab

regex perl

How does Unix read a path name with two consecutive slashes? (e.g. /home/user//mystuff)

To what precision does perl print floating-point numbers?

Perl, Assign to variable from regex match

In Perl, would keeping a reference to Catalyst's $c in an attribute cause a memory leak?