You should take a look at CGI::Application. Starting from a "pure CGI" background, I found it to be very easy to learn, and very appealing in terms of how I can structure my applications.

A really nice feature is the native support for your choice of template systems. (I happened to pick Template::Toolkit, which is quite powerful but well documented and easy to manage, but you have others to choose from.)

Another nice feature is that it's really easy to add new operations (as new pages) in your app, with minimal muss or fuss. Overall, you end up having to write a lot less code than you would with pure CGI, and it tends to be better organized and more coherent.

UPDATE: Having seen the reply below from Your Mother, I'm going to start looking into the recommendations there myself. (But I'll remain open to the possibility that for some developers, CGI::Application is "far enough" along the path that it will suffice for a certain range of web applications.)


In reply to Re: CGI Replacement Recommendations? by graff
in thread CGI Replacement Recommendations? by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.