Both CGI.pm under ModPerl::Registry or "Perl Handlers" are low-levelish stuff ... old and well documented, but low levelish nonetheless

You can learn a lot of stupid things cruft from CGI.pm documentation, and the mod perl docs can teach you how to do low level CGI.pm correctly (as required for registry) ...

Some things I said regarding mod_perl and CGI.pm Re: Perl and Fastcgi + template system (confused), Re^2: handling form data (mojo dance)/Re^4: handling form data (mojo dance)

Please, I don't want to make comparisons with the new frameworks. I just want to hear opinions from someone about mod_perl and CGI.

Well both CGI and mod_perl are environments , they're not frameworks, so there is no real comparison between them ...

Ok, mod_perl is interface to "Apache framework" but that is not a general framework

Food for confusion thoughts

web applications: what is the correct way to realise web applications, Re: I want to professionalise my quick-and-dirty web app, Re: I need wisdom on structuring procedural code in Catalyst

Clean URL RESTful,
modern ways of doing web services, API Development,
mod_perl website structure, How does Dancer handle forms? How do other such frameworks do it?,
Squatting, If you're using CGI.pm and following CGI to mod_perl Porting. mod_perl Coding guidelines you're 98% modern , only 2% away from using any "modern frameworks" which have a response object


In reply to Re: ModPerl Registry vs Apache Handlers (neither) by Anonymous Monk
in thread ModPerl Registry vs Apache Handlers by fr

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.