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: Control Structures

Basics on Perl control structures

Perl Crash Course: Subroutines

Introduction
Subroutines are user-created functions that execute a block of code at any given place in your program. It is a best practice, however, to aggregate them all either at the beginning or the end the main program.
Subroutine declarations initiate with the key word “sub” . Conventionally, subroutine names are all lowercase characters
sub NAME (PROTOTYPE) [...]

Perl Crash Course: Gettin’ jiggy wit it

Built in Perl functions for Scalars, Arrays, and Hashes

Perl: Installing MQSeries CPAN module on Windows XP

How to easily install CPAN’s MQSeries under Windows XP.