While I'm certainly not the perl hacker that boo_radley is, my experience with CGI::Application has been nothing but good. The fact that it necessitates using good coding style (OOP, avoidance of globals, etc.) and integrates tightly with HTML::Template is certainly a boon, and the fact that it works beautifully with mod_perl.

I must admit that CGI::Application is really where I cut my OOP teeth, and I must say I think it was a good way to start.

CGI::Application doesn't do anything you couldn't do yourself, per se, but I find the way it makes me think about application development to be invaluable- centralize code that should be, keep HTML out of perl, and think of your application as discreet pieces (runmodes). Also, a CGI::Application module is very readable, and hopefully maintainable down the road.

One last thing- the mailing maintained by Jesse Erlbaum is very responsive, and Jesse responds to issues quickly, without trying to make CGI::Application a bloated, unfocused mess.

CGI::Application rocks. Try it out for a smallish project, and see what you think. I'm using it for both smallish and largish projects, and it's been great for both.

-Any sufficiently advanced technology is
indistinguishable from doubletalk.


In reply to Re: What is your experience with CGI::Application? by Hero Zzyzzx
in thread What is your experience with CGI::Application? by pmas

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.