Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How can I kill Perl 'system' calls when the main script is killed?

perl kill

What is the difference in Perl when passing a variable in a regular expression between using $variable and ${variable}

Dealing with multiple-inherited constructors in Moose

perl oop moose mop cgiapp

How can I construct a family tree with Perl?

PerlEmbed - C# - Mono - Linux

c# linux perl mono embed

Why do I get "undefined reference" errors when I compile my XS with Perl 5.10?

perl perl-xs

How can I walk a YAML tree with Perl's YAML::Tiny?

perl yaml

Perl on Windows, file associations and I/O redirection

Perl - read file with encoding method?

perl file encode entities

Should I establish inheritance at compile-time rather than runtime, and if so why?

perl inheritance

How can I properly use environment variables encoded as Windows-1251 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?