http://qs321.pair.com?node_id=268361

chuleto1 has asked for the wisdom of the Perl Monks concerning the following question:

Greetings fellow monks, I am interested in finding documentation on the CGI.pm .
Is there a online reference of a comprehensive list of methods and params the the CGI.pm uses i.e.
... my $q = new CGI; print q->method(-params =>)
...
Many thanks

Replies are listed 'Best First'.
Re: CGI.pm questions
by Mr_Person (Hermit) on Jun 24, 2003 at 01:50 UTC
    You want the POD included in the CGI.pm module. You can get a nice HTML version on CPAN: CGI, or just run perldoc CGI on your local machine.
Re: CGI.pm questions
by DigitalKitty (Parson) on Jun 24, 2003 at 02:19 UTC
Re: CGI.pm questions
by Zaxo (Archbishop) on Jun 24, 2003 at 01:52 UTC

    perldoc CGI. You can read the same thing locally with the perldoc or man commands.

    After Compline,
    Zaxo

Re: CGI.pm questions
by waswas-fng (Curate) on Jun 24, 2003 at 02:17 UTC
Re: CGI.pm questions
by kutsu (Priest) on Jun 24, 2003 at 13:18 UTC

    Since nobody mentioned it: Ovid's Course is a good place to learn cgi.

    "Pain is weakness leaving the body, I find myself in pain everyday" -me