Understanding Object-Oriented Perl

Have you ever wondered what it is you’re doing when you write object-oriented Perl? What is the @ISA array for, and what on earth does bless do? About a week ago I was sitting at BW3 with several members of the Grand Rapids Java Users Group who had those same questions. Read [...]

Looking toward Perl 5.10

I haven’t been paying a lot of attention to the development of core Perl lately, but a few headlines caught my attention this week and I decided to do some catching up. Per Perl Buzz, Perl 5.10’s first release candidate is coming soon. This will be the first feature release of Perl since [...]

Perl Survey Results: US Perl Mongers

Because I am the vice president of our local Grand Rapids Perl Mongers group and also because I believe that participation in local user groups is extremely valuable, I was curious to see what the Perl Survey 2007 data would show with regard to user involvement in Perl Mongers user groups across the United States. [...]

Perl Survey Results: Part I

Take note, all you aspiring statisticians! The Perl survey data has been released and it’s time to get to work. I expect nothing less than a horde of different and interesting break-downs and mashups in the coming weeks, so to get things rolling I thought I’d put together a quick overview of the [...]

CPAN Nuggets: Debugging Tools

Just thought I’d take a moment to share a couple of CPAN modules I love using for development and debugging my Perl web applications. They are not restricted to web application development, so give them a try!
DBIx::Profile
This module is a godsend when trying to figure out what is going on in DBI land. [...]