Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

CPAN first launch (Proxy Configuration)

perl proxy cpan

The ${^MATCH} and the /p modifier in perl v24

perl

Purge XML Twig inside sub handler

xml perl xml-twig

How to display readable UTF-8 strings with Data::Dumper?

perl overload concatenation operator (".") problem

perl

Return value of `ref qr/.../`

perl

How can I filter DBIX::Class resultsets with external data?

perl dbix-class

How do I unescape XML special characters in Perl?

xml perl entity escaping

How do I dereference a Perl hash reference that's been passed to a subroutine?

perl hash dereference

What's the performance difference between DBI's fetchall_hashref and fetchall_arrayref?

performance perl dbi

Creating multiple csv files from data within a csv file

python perl bash sed awk

Why does SQLite give a "database is locked" for a second query in a transaction when using Perl's DBD::SQLite?

Split on comma, but only when not in parenthesis

perl split

Store a Moose object that has a PDL as an attribute

perl moose storable pdl

What's a good Perl code navigator?

perl

Perl or Bash threadpool script?

What's the difference between BAREWORD and *BAREWORD in Perl?

perl

Difference in blowfish encryption between perl and ruby

In Perl, how do I pass a function as argument of another function?

Deparsing/Decomposing - step-by-step this obfuscated perl script

perl deobfuscation