Here is a 5 meg tarball that includes all the source for this website implemented in CGI::Prototype

I dont make use of Class::Prototyped when using CGI::Prototype. I prefer to use normal Perl classes which works out under Class::Prototyped if you simply do a use base CGI::Prototype.

You do not have to use Template Toolkit with CGI::Prototype. merlyn might be scaring off potential users with his misleading presentation. I use HTML::Seamstress to do my HTML templating and it works like a charm under CGI::Prototype.

CGI::Prototype has a huge number of hurdles to cross. Merlyn can be very nasty to you at times. He will not create a mailing list. The docs are incomplete. But I will say one thing and I mean every word of it: the module ROCKS and I don't plan to use anything else for my CGI /mod_perl development. If I'm willing to put up with all the listed bs and still make exclusive use of it, that's saying something about how unique and good it is.


In reply to Re: Seeking enlightenment on CGI::Prototype by metaperl
in thread Seeking enlightenment on CGI::Prototype by tlm

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.