Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

Calling functions with parameters using SOAP with Perl

How can I defer processing during apache / mod_perl page rendering?

perl apache cron mod-perl

How to create folders using file names and then move files into folders?

python perl bash unix batch-file

How can I pack an int as 32 bits big endian in Perl?

perl binary endianness

What does the DumpXS in Perl's Data::Dumper do?

perl xs

How can I write a Template.pm filter to generate PNG output from LaTeX source code?

How can I get WWW-Mechanize to login to Wells Fargo's website?

perl www-mechanize

What's a good Perl OO interface for creating and sending email?

perl email cpan

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?