Compare/contrast with PHP: In my mind, CGI => straight PHP, Catalyst (=> Rails!) => CakePHP, CGI::Application (and related plugins) => Zend Framework. CGI is too bare-bones, do-it-all-yourself. Catalyst seems all-encompasing, strict in structure, but heavyweight. And CGI::Application (with plugins, of course) has something for everyone, if you can only remember to include the library; aside from that, it lacks a clear structure for how to go about things.
What I want to find is this mapping:
? => CodeIgniter
What Perl web framework feels the most like CodeIgniter?
---
(btw, tonight I just found http://perlbuzz.com/2008/11/the-evolution-of-perl-frameworks.html, which referenced Mojo/Mojolicious; this might be the one...)