Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How do I insert null fields with Perl's DBD::Pg?

perl postgresql dbi

Perl sub optimisation push string into csv using split

perl

How can I iterate over regular expression match variables in Perl?

regex perl reference

What module can I use to parse RSS feeds in a Perl CGI script?

perl rss cgi feedparser

References in Perl: Array of Hashes

how to do system() without relaying stdout in perl

perl

Why doesn't my Perl blessed filehandle doesn't return true with `can('print')`'?

perl file handle

Run Perl code directly in Emacs

perl emacs

How can I convert plain text to HTML (preferably using Perl)?

html perl

Is it possible to automatically coerce parameters passed to delegated methods (from the Array trait) using Moose/MooseX::Declare for Perl?

perl moose traits delegation

Why would Perl's CGI::cookie be able to set a cookie in IE, but not Firefox?

perl cookies cgi mason

How to replay traffic to web server from logs to profile / benchmark web app under real load?

boost::regex - \bb?

c++ regex perl boost

Why does Perl lose foreign characters on Windows; can this be fixed (if so, how)?

perl unicode windows-7

Can I easily add new directives to Template Toolkit for Perl?

perl template-toolkit

How can I see the values of the variables from a Perl trace?

perl

Pathological regex that blows up (time & memory)?

php python regex perl

When should I make a Moose class immutable when I'm actually using ->meta?

perl moose

What is "1;" in a Perl source? [duplicate]

perl oop class syntax package

Can I avoid referencing + dereferencing the hash returned from a map operation?

perl idioms dereference