Other CGI Resources

Contents:
CGI Modules for Perl 5

You can simplify many of the basic tasks of CGI developing (such as creating and decoding forms) by using the freely available CGI modules for Perl 5. Several of these are available from the Comprehensive Perl Archive Network (CPAN), the mirror sites of which follow:

ftp://ftp.funet.fi/pub/languages/perl/CPAN/ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/ ftp://ftp.uiarchive.cso.uiuc.edu/pub/lang/perl/CPAN/ ftp://ftp.delphi.com/pub/mirrors/packages/perl/CPAN/ ftp://ftp.uoknor.edu/mirrors/CPAN/ ftp://ftp.sedl.org/pub/mirrors/CPAN/ ftp://ftp.ibp.fr/pub/perl/CPAN/ ftp://ftp.pasteur.fr/pub/computing/unix/perl/CPAN/ ftp://ftp.leo.org/pub/comp/developing/languages/perl/CPAN/ ftp://ftp.rz.ruhr-uni-bochum.de/pub/developing/languages/perl/CPAN/ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/ ftp://ftp.cs.ruu.nl/pub/PERL/CPAN/ ftp://ftp.sunet.se/pub/lang/perl/CPAN/ ftp://ftp.switch.ch/mirror/CPAN/ ftp://ftp.mame.mu.oz.au/pub/perl/CPAN/ ftp://ftp.tekotago.ac.nz/pub/perl/CPAN/ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/ ftp://dongpo.math.ncu.edu.tw/perl/CPAN/ ftp://ftp.is.co.za.developing/perl/CPAN/ 


CGI Modules for Perl 5

The current section gives an overview of some of the available modules. The set of coordinated, commonly available CGI modules for Perl 5 are known collectively as the CGI::* modules. They are available from:

http://www-genome.wi.mit.edu/WWW/tools/scripting/CGIperl/

The CGI::* modules allow you to create and decode forms as well as maintain state between forms. A short description of each CGI::* module follows:

There are also some independent CGI modules for Perl 5, among them:

CGI_Lite and Sprite can be found at any of the CPAN mirror sites, under /modules/by-authors/Shishir_Gundavaram.

Additional CGI Software

The following libraries and modules are available for use with Perl 4 and/or other languages/platforms:

Related Utilities and Applications

Online Documentation

Official Specifications