I suggested to use one of the CGI's because not everyone wants to have to learn an entirely new framework to do some simple form processing. If all I need is param() and header(), there is no way I am using Dancer.

Well,the OP BatBytes doesn't know about CGI.pm or how to use CGI.pm or that all he "needs" is header()/param()

CGI.pm has many caveats and many common pitfalls that everyone has been tripping over since before CGI.pm was called CGI.pm

I'm the first to defend CGI.pm (I've even sent patches more than once), but I don't pretend like its easy to learn for beginners or that its convenient -- its work

CGI.pm documentation is a very poor place to get a foothold on "the internet", its got centuries of old interfaces...

Ovid's tutorial is great for those reading old boooks who need convincing to stop reinventing CGI.pm, but it wasn't a great place to start even at the time of its writing (its ok/good), after six decadeds (in computer time, 6 years) of admonishing wheel-reinventors to just use CGI.pm; We're all grateful to Ovid for writing it so well that we don't have to keep rewriting it poorly

The OP probably won't encounter any issues with using implementations of CGI::Lite/CGI::Minimal , but they exist because those modules aren't as well maintained as CGI.pm, CGI.pm gets more attention

If you have a choice between learning about CGI.pm (or clones), and learning about Dancer/Mojolicious, never choose CGI.pm, don't start in the past

If you already know your way around CGI.pm, guess what, you don't have to learn anything new either, both Dancer and Mojolicious give you a param() and a headers(), and you can keep doing what you were doing already ;)


In reply to Re^4: handling form data (mojo dance) by Anonymous Monk
in thread handling form data by BatBytes

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.