Perl CGI Test programs
This site has test programs (mostly in PERL) for Common Gateway
Interface programming.
- mail
(CGI source)
-- test page for sending mail via a CGI script.
- hcal
(CGI source)
-- test page for sending/returning data to/from a program.
- env
(CGI source)
-- display all ENV variables that describes the web connection.
- logmaker
(CGI source)
-- example of how to create log files.
- themefinder
(CGI source)
-- themefinder test interface.
Web Resources for Perl CGI scripts
Getting started
-
http://hoohoo.ncsa.uiuc.edu/cgi/
-- Common Gateway Interface Documentation
-
http://hoohoo.ncsa.uiuc.edu/cgi/intro.html
-- Introduction to CGI scripts
-
http://hoohoo.ncsa.uiuc.edu/cgi/primer.html
-- Primer to CGI scripts
-
http://www.perl.com/pub/doc/FAQs/cgi/perl-cgi-faq.html
-- Perl CGI FAQ
-
http://perl.com/perl/everything_to_know/easy_objects.html
-- Easy Intro to Using Perl Objects
- Perl documentation:
-
http://www.perl.com/CPAN/modules/00modlist.long.html,
http://www.perl.com/CPAN/modules/index.html
-- Perl 5 Module List
-
http://www.cpan.org/doc/manual/html/pod/index.html
-- Documentation for supporting functions
-
http://www.cpan.org/doc/manual/html/lib/index.html
-- Documentation for libraries, modules, and pragmas:
-
http://www.cpan.org/doc/manual/html/utils/index.html
-- Documentation for utilities:
-
http://www.cpan.org/doc/manual/html/x2p/index.html
-- Documentation for translators:
-
http://www.perl.com/CPAN/misc/cpan-faq.html
-- CPAN FAQ. CPAN is used via the command "perl -MCPAN -e shell"
to update the CGI module and get the CGI::Forms module.
Example script websites
-
http://worldwidemart.com/scripts/
-- Matt's Free Perl CGI Scripts.
-
http://www.cgi101.com/scripts/
-- Cookbook of Canned CGIs.
-
http://www.oac.uci.edu/indiv/ehood/perlWWW/
-- perl resources dealing with the WWW.
-
Yahoo CGI page