Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in perl

How to get list of known Unicode characters names

perl unicode

Pattern matching in PERL ending with period "."

perl

Eliminate whitespace around single letters

regex perl

What's the fastest way to determine a full URL from a relative URL (given a base URL)

What are the perldoc perlxxx options?

perl perldoc

How do I implement 'tail -f' with timeout-on-read in Perl?

perl timeout

How can I download a list of users from an LDAP server using Perl?

perl ldap wiki

What is the best password encryption & decryption library to use with Perl? [closed]

How can I validate an image file in Perl?

perl image ftp locking

How can I render undefined values from printf in Perl?

perl printf undef

Why can't Perl's PAR find the loadable object for Socket.pm?

perl cpan multiplatform par

What do I do after printing HTML in my Perl CGI script?

html perl cgi

How do I export Readonly variables with mod_perl?

How can I make a Perl script executable from everywhere by everyone?

perl executable

How can I fork a Perl CGI program to hive off long-running tasks?

perl cgi fork

Perl and CopSSH

python perl ssh openssh

How can I handle wildcards on the command line using Perl on Windows?

perl windows-xp file-globs

How can I parse a strftime formatted string in Perl?

perl datetime

Which book has the best discussion of DBIx::Class?

perl dbix-class

How can I override Perl's open() function but use the same filehandle for testing?

perl unit-testing