rhesa and jZed suggest that I should have spent more time working through the errors and learning this useful tool that was already costing me the good will of a client and a coding partner as I plowed through trying to make it work.

I did work through the perldoc. I did build test scripts. I did bring the errors and issues I encountered to perlmonks, to the CGI::App list and to the relevant irc channel at the time.

http://www.perlmonks.org/?node_id=537687
http://www.perlmonks.org/?node_id=546793
http://www.perlmonks.org/?node_id=550276
http://www.perlmonks.org/?node_id=550504
where jdtoronto warned me off CGI::App w/ CGI::FB

That a tool works for many does not make it ideal for all. In the end I felt it was more important to deliver the requirements than to learn a complex new module.

CGI::App on its own may be a fine tool, but my efforts to combine it with CGI::App::Plugin::Authentication and CGI::FormBuilder proved a mistake I'm happy to be past. Cees Hek and others were very helpful responding to my questions.

But in the end, with the clock ticking and a client growing impatient, it became more important to deliver a working product than to write the most elegant code possible.

if( $lal && $lol ) { $life++; }

In reply to Re: Question on CGI: Application and Run Modes by hesco
in thread Question on CGI: Application and Run Modes by derekash913

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.