Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Can I use unpack to split a string into characters in Perl?

perl unpack

Why does Perl's readdir() cache directory entries?

perl file

Perl, get all hash values

perl list hash

Perl merging 2 csv files line by line with a primary key

perl

How do I compare packed values in Perl?

perl compare pack

passing data structures from java to perl

java perl parsing

What is the cleanest way to duplicate base/parent.pm's functionality for non-object perl modules?

perl refactoring module

Why doesn't Perl 5 tell you the name of the variable when it complains about uninitialized values?

perl

How do I use WWW::Mechanize to check a radio box?

How do you read CPAN changelogs?

perl cpan

Does sleep get interrupted when any signal is received in perl?

linux perl signals daemon

How to parse a file, create records and perform manipulations on records including frequency of terms and distance calculations

perl hash bioinformatics

Retaining captures with the Perl substitution operator

regex perl capture

Apply specific check (beyond Moose types) to Moose attribute

perl moose

Understanding code: Hash, grep for duplicates (modified to check for multiple elements)

perl

Is there any advantage to using keys @array instead of 0 .. $#array?

perl

Perl Dancer after hook

perl hook dancer

Forcing to be a scalar

perl

How to add a modifier to a quoted regular (qr) expression

Perl regex find character from arbitrary set

regex perl cjk