02/04/2007
Desperately seeking... a lightweight Perl web framework
11
Architecture III
lTemplates
Template::Toolkit (TT2)
variable merge, not too complex,
encourages using Perl in app modules
HTML::Mason – inline code
Personal preference; understandable by Web designers
XHTML, accessibility, internationalisation Locale::Maketext
Form handling, CRUD from db object, validation  Data::FormValidator
Rich components http://script.aculo.us/ http://dojotoolkit.org/
lTesting
module unit test, business data object tests, Javascript/browser compatability checks
Test::More  Test::WWW::Mechanize  Test::WWW::Selenium