Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to Subselect with DBIx::Class?

perl perl-module dbix-class

How can I call methods on Perl scalars?

perl overloading scalar

How can I use Haml with Catalyst?

perl frameworks haml catalyst

Why does Perl autovivify in this case?

How do I get Perl's Spreadsheet::WriteExcel to create formulas with VLOOKUP?

perl excel

Convert Memory Size (Human readable) into Actual Number (bytes) in Perl

linux perl unix

How do I delete a [sub]hash based off of the keys/values of another hash?

Ignoring Whitespace with Regex(perl)

regex perl

Why do I get extra, unexpected results with my ack regex?

regex perl ack

How can I get the last modified time of a directory in Perl on Windows?

windows perl directory stat

How do i export a function named 'import' from a module in Perl?

perl

Why does Perl's quotemeta() function behave differently when under the debugger?

perl debugging

What compile time features does Perl provide that other languages don't?

Perl function name clash

perl function naming

How can I find out if two strings are mostly equal (in perl)?

How can I add entity declarations via XML::Twig programmatically?

xml perl xml-twig xml-entities

Why doesn't my Perl pipe to zcat die if the file is not there?

perl pipe zcat

Removing delimiters from a date/time string

regex perl timestamp

Is it possbile to test for expected errors when the testee exits with failure using TAP within Perl?

perl testing tap

Perl split function - consecutive delimiters

perl split delimiter