in reply to Web development framework

As for Web frameworks, Catalyst is growing in popularity; CGI::Application is also popular and more lightweight.

You'll also need an ORM (Rose::DB::Object is excellent, Class::DBI not much worse) and a templating system (folks use Template::Toolkit or HTML::Template).