Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CGI.pm reference????

Status
Not open for further replies.

tr0ss

Programmer
Feb 12, 2002
3
0
0
US
I'm fairly new to Perl/CGI, but I'd like to find a searchable reference of all functions defined in CGI.pm. Where can I get this information? I'm sure that I can do some of the things I'd like to do, I just don't know the API. Can anyone direct me to some CGI.pm documentation?

Thanks!
 
If you're on a Win box with Activestate perl, then you have it in HTML. Check your perl install directories. It says exactly the same thing as what you get from perldoc, just a little more user friendly.

That having been said/typed, I generally use perldoc as I live in a Unixverse ;-)

Oh, yeah... there is also .

'hope this helps

If you are new to Tek-Tips, please use descriptive titles, check the FAQs, and beware the evil typo.
 
I write my perl programs to run on Unix servers, but I don't have shell access to the server, so I do all my doc browsing on my windows development machine (it also saves online time). On my standard ActivePerl install the CGI documentation is at: C:\perl\html\lib\CGI.html Tracy Dryden
tracy@bydisn.com

Meddle not in the affairs of dragons,
For you are crunchy, and good with mustard.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top