|
|
|
Ask HN: Equivalent of CodeIgniter, but in Perl?
|
|
2 points
by tapostrophemo
6246 days ago
|
|
Has anyone encountered or written a Perl framework that is lightweight, yet at the same time includes a lot of useful (for web development) libraries, and most importantly, is fun? 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...) |
|