Migrating Perl 5 code to Perl 6 Examine the issues you may encounter when porting Perl 5 programs to Perl 6.
Mouse: A time-saving object system for smaller projects A lightweight alternative to Moose for Perl, Mouse requires only basic features.
A Perl module for better debugging This simple, elegant module lets you include Perl code for debugging or development-only environments, but hide it for production.
Easy data validation in Perl with Regexp::Common Take some of the trickiness out of building regular expressions in Perl with the Regexp::Common module.
Perl hashes and arrays: The basics Perl makes it easy to manipulate complex data using hashes and arrays. Here's what you need to know to get started.
An introduction to the Web::Simple Perl module, a minimalist web framework Perl module Web::Simple is easy to learn and packs a big enough punch for a variety of one-offs and smaller services.