  |
How Stuff Works: CGI Scripting - http://www.howstuffworks.com/cgi.htm
Tutorial that describes how to add CGI scripting to a web site. |
  |
The CGI Resource Index: Documentation: Programming in Perl - http://cgi.resourceindex.com/Documentation/Programming_Languages/Programming_in_Perl/
Tips, instructions and tutorials on scripting CGI in Perl. |
  |
CGI Programming with Perl, 2nd Edition - http://oreilly.com/catalog/9781565924192/
Completely rewritten to demonstrate current techniques available with the CGI.pm module and the latest versions of Perl. Topics include incorporating JavaScript for form validation, controlling browser caching, making CGI scripts secure in Perl, working with databases, creating simple search engines, maintaining state between multiple sessions, generating graphics dynamically, and improving performance of CGI scripts. |
 |
Common Gateway Interface - http://hoohoo.ncsa.uiuc.edu/cgi/
The specification of the standard for interfacing external applications with web servers. By NCSA. |
 |
Web Developers Virtual Library - http://wdvl.com/Authoring/CGI/
CGI, the common gateway interface for server-side processing. |