in reply to Re^2: Building Dynamic Web Pages with CPAN-Modules
in thread Building Dynamic Web Pages with CPAN-Modules

Please consider, that CMS, Template System and Framework are very different things. Also there are alreay pages for this. Frameworks vs Template http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html#Application_Frameworks_vs__Just_Templates
App Server http://perl.apache.org/products/app-server.html#Description
CMS ... http://perl.apache.org/products/products.html
Please consider to contribute to the existing pages, thats where people already look.
Boris
  • Comment on Re^3: Building Dynamic Web Pages with CPAN-Modules

Replies are listed 'Best First'.
Re^4: Building Dynamic Web Pages with CPAN-Modules
by sutch (Curate) on Jun 29, 2004 at 03:12 UTC
    Nice lists.

    Know of any similar recommendation lists for Frameworks, App Servers, and CMSs which do not require mod_perl? (My web hosting company does not offer mod_perl.)

      Not all in the lists require mod_perl. Look if CGI::Application satisfies your needs.
      Boris