http://www.perlmonks.org?node_id=563520


in reply to Re: The Perl Hacker Inferiority Complex
in thread The Perl Hacker Inferiority Complex

> package of modules for doing web apps
Try WebGui - its more than a CMS, it is a "an application framework that handles content management".
  • Comment on Re^2: The Perl Hacker Inferiority Complex

Replies are listed 'Best First'.
Re^3: The Perl Hacker Inferiority Complex
by rodion (Chaplain) on Jul 25, 2006 at 22:24 UTC
    Sigh. WebGui may be may be an absolutely wonderful system. For myself, I appreciate the tip and I will check into it further than I have, but my point was that most people who are newer to perl won't do that. There are many wonderful systems and modules out there providing functions that may be relevant to a first project. There are even some less wonderful systems that look good at the start. It's too much to deal with for someone who is learning his/her way around. Later, as experience grows, it can be a valuable education to look at what others have done and how they've done it, and it can be a satisfying exploration. We need to help people through the early stage so they can get to that later one.
Re^3: The Perl Hacker Inferiority Complex
by Anonymous Monk on Jul 27, 2006 at 06:44 UTC
    WebGUI is not a framework IMHO, it just is a CMS with plugins. The original article mentions two web frameworks and they are the best IMHO: Catalyst and CGI::Application.