in reply to MVC & Perl

I have been using Catalyst from its very early and humble beginnings when it was still very much a "work in progress", but it now is a robust, flexible and "enterprise" class MVC-framework, second to none.

There is some learning curve to master, but if you follow the tutorials provided in its documentation, you will have a site up-and-running before you know it.

Do also invest some time in getting used to DBIx::Class for the database part of your site and Template::Toolkit for the templating of your HTML.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Replies are listed 'Best First'.
Re^2: MVC & Perl
by lomSpace (Scribe) on Jul 20, 2010 at 18:41 UTC
    Thanks CountZero!
    LomSpace