Just to point out that maybe the reason that none of the people on those "Free Perl scripts" sites don't use it is because of portability. Some servers may not have CGI.pm so as long as the authors do it "their way" and not the right way, it will work as far as the eye can see, but with multiple errors when really put to the test.

I know that there are multiple ways to include CGI.pm in a script but not many that a newbie/new user would want to do.

Tiptoeing up to a Perl hacker.
Dave AKA damian


In reply to Re: A newbie's thoughts on CGI, and Learning a Lesson by damian1301
in thread A newbie's thoughts on CGI, and Learning a Lesson by stuffy

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.