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. [...]