home *** CD-ROM | disk | FTP | other *** search
/ Web Page Construction Kit 3.0 / Web Page Construction Kit 3.0.iso / pc / source / 3rdparty / cgi / libs / cgipm / cgi-pm.txt < prev    next >
Encoding:
Text File  |  1995-12-08  |  1.5 KB  |  36 lines

  1. CGI::* Modules for Perl5
  2.  
  3. These are Perl 5 modules for the support of CGI scripting in perl. They were originally written by Tim Bunce, and are now maintained by Lincoln Stein. When used in combination with HTML.pm and URI::Escape.pm they contain all the functionality of the original CGI.pm modules. 
  4.  
  5. In addition to the modules found here, you'll need the URI::Escape module found in the libwww-perl package that can be
  6. found at any of these fine CPAN sites: 
  7.  
  8.       ftp://ftp.cis.ufl.edu/pub/perl/CPAN/ 
  9.       ftp://ftp.cs.ruu.nl/pub/PERL/CPAN/ 
  10.       ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/ 
  11.       ftp://ftp.funet.fi/pub/languages/perl/CPAN/ 
  12.       ftp://ftp.is.co.za/programming/perl/CPAN/ 
  13.       ftp://ftp.pasteur.fr/pub/Perl/CPAN/ 
  14.  
  15. Base.pm 
  16.      The "base" CGI module, which contains methods for accessing
  17.      environment variables and other common functions such as log handling. 
  18. BasePlus.pm 
  19.      Additional functions that give CGI::Base the ability to handle the
  20.      multipart forms created by the "file upload" feature of Netscape 2.0. 
  21. Request.pm 
  22.      The module that handles parsing the CGI request and returning the
  23.      query string. 
  24. Form.pm 
  25.      Creation of state-maintaining HTML forms 
  26. Carp.pm 
  27.      Produce nicely-formatted error log messages. 
  28. MiniSvr.pm 
  29.      A miniature HTTP server that can be used to maintain state between
  30.      multiple invocations of the same script. 
  31.  
  32.  
  33. Lincoln D. Stein, <lstein@genome.wi.mit.edu>
  34. Whitehead Institute/MIT Center for Genome Research
  35.  
  36.