in reply to Modules / Frameworks for Web development in Perl

Gee, I can't believe no one ever asked this before. :-)

I've been very pleased with HTML::Template (which is not a framework), and I'm going to try CGI::Application next. I would like to try Catalyst too, but it seems to be a bit much for my simple projects; and possibly difficult to install.


sas
  • Comment on Re: Modules / Frameworks for Web development in Perl

Replies are listed 'Best First'.
Re^2: Modules / Frameworks for Web development in Perl
by citromatik (Curate) on Jun 06, 2008 at 14:04 UTC
    I would like to try Catalyst too, but it seems to be a bit much for my simple projects; and possibly difficult to install.

    I have installed it in an standard linux box through the cpan shell and took me less than 3 minutes.

    I don't know how difficult is to build an application with it, but the installation is fairly easy

    Thanks for your comment

    citromatik