Maybe this would make an application more accessible to other coders?

Maybe. It's on the likely side. I like CGI::Application for the couple of uses I've put it to, so far -- it's better-supported than my primary choice, Catalyst, on win32 platforms, for one thing.

However, what's more important is that your code is nicely formatted, commented, and documented. A platform can help with these issues, yet it's only a help, not a solution. If you like what it does for helping you code, and think you can create better applications with it, go for it.

More than that is hard to say, or to simply help you with, without more information, from you, on what applications you're coding, your environment (things like space and module install abilities make a huge difference in these questions), and the like. Does that make sense? :)

----Asim, known to some as Woodrow.


In reply to Re: Anyone have experience with CGI::Application ? by Asim
in thread Anyone have experience with CGI::Application ? by leocharre

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.