Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

WWW::Mechanize and Cookies

perl cookies mechanize

Bizarre copy of UNKNOWN in subroutine entry

perl svn

Hash set in Perl

perl data-structures hash set

How to use fork() in Perl?

perl fork

Perl, match one pattern multiple times in the same line delimited by unknown characters

regex perl

handle lwp timeout effectively

perl timeout lwp lwp-useragent

Does sorting help efficiency of grep in Perl

perl grep

perl Join with array reference

perl join arrayref

Perl: use Module @list

perl perl-module

Perl/ curl How to get Status Code and Response Body

linux perl curl

Why not simply use __PACKAGE__ when creating a new Perl module?

perl module

How to remove and ID from a string

regex string perl

How can I read the URL parameter in a Perl CGI program?

perl cgi uri

How can I control an interactive Unix application programmatically through Perl?

perl controls named-pipes

How can I extract a compressed archive in Perl?

perl archive unzip

How do I write an HTTP server in Perl?

perl http cpan

How can I change the timezone of a datetime value in Perl?

perl timezone solaris epoch

What's the best way to conditionally include an element in a list?

perl list operators

What am I doing wrong in this Perl one-liner?

perl

Why use a "do {} if" block in Perl?

perl syntax