Introduction to Ajax

Introduction to Ajax, Ajax how-to

Perl: Installing DBD::Oracle + Oracle Instant Client on Ubuntu 9.04

Easy to follow steps on how to install DBD::Oracle using Oracle Instant Client on Ubuntu 9.04

New Tech Jobs section

I’ve added a Tech Jobs page to the main pages section (right under the header) for those who are looking for jobs. Right now it only has the RSS from jobs.perl.org, but I intend to create a mash-up from several sites in the future.
Update: Added craigslist.com search for Perl jobs in Canada (Vancouver only). Next [...]

Recursion with Perl and CDS

Recursion on Perl Complex Data Structures made easy.

Perl and MQSeries for the faint of heart

Simple module for MQSeries communication using Perl

Perl Crash Course: Pragmas, Perl Modules, and CPAN

About Perl Pragmas, Modules, and CPAN – the Comprehensive Perl Archive Network.

Perl Crash Course: Basic I/O

author: Valeria Paixão
revision: André Batosti
enhancement/translation: Vinny Alves
Note from UseStrict: Some of the examples in this tutorial were borrowed from Randall Schwartz’s Learning Perl. It’s a book that EVERY beginner Perl programmer should have. If you don’t have a hardcopy, please consider getting one. You can find it here: Learning Perl, 5th Edition
 
In this article, you [...]

Perl Crash Course: File and Directory Tests and Manipulation

Basics on manipulating files and directories with Perl.

Perl Crash Course: Control Structures

Basics on Perl control structures

Perl Crash Course: Basic Regular Expressions

Basic Regular Expressions for Perl