Class::DBI

Several articles on Perl.com, including the recent Phrasebook Design Pattern, have discussed the problems faced when writing Perl code that interacts with a database. Terrence Brannon’s DBIx::Recordset article attempted to show how code dealing with databases can be made…

Read it

Writing Perl Modules for CPAN

As Andy Lester points out in this month’s Perl Review, one big advantage of there being so many Perl books around is that the publishers can now get around to putting out books on some of the more "niche" areas…

Read it

On Topic

A few concepts in Perl 6 are strange at first sight. They seem hard to understand, but it’s only because they’re new and different. They aren’t deep mystical concepts known only to Tibetan lamas. Anyone can understand them, but…

Read it

An AxKit Image Gallery

AxKit is not limited to working with pure XML data. Starting with this article, we’ll work with and around non-XML data by developing an image browser that works with two types of non-XML data: a directory listing built from…

Read it