Hi all,

Since our fellow monk garyj sounds like he might be rather new to the whole Perl thing let me clarify a bit about this POD thing. (A year ago, I would have had not a clue on how to "read the POD inside the module".)

On most Unix systems you can type from the command line perldoc CGI.pm and read the POD (Plain Old Documentation) for the module. I believe man CGI will have the same result on many systems. If you are on a system that has ActiveState's ActivePerl distribution - it comes with some excellent 'html-ized' POD documentation. I've gone so far to copy their documentation from a Win2k box to my Linux machine just to have it available.

This site is itself a splended resource - by going to Super Search and looking for "CGI" or "use CGI" you are bound to find plentiful examples. Additionally by just going to the top of this screen and entering use CGI you'll find countless more examples.

One last note is that by looking at http://search.cpan.org/ you can perform searches to find every module that has anything to do with CGI.

Good luck,
{NULE}
--
http://www.nule.org


In reply to Re: Re: How do I use CGI.pm? by {NULE}
in thread How do I use CGI.pm? by garyj

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.