- Common Gateway Interface - http://hoohoo.ncsa.uiuc.edu/cgi/
The specification of the standard for interfacing external applications with web servers. By NCSA.
- Clipper/xBase CGI Resource - http://www.clipx.net
ClipX.Net is a resource site for Clipper/xBase Developers who, for years, have been told their product could not be used on the WEB. This site provides clarification and CGI examples.
- CGI Programming FAQ - http://www.webthing.com/tutorials/cgifaq.html
Frequently asked questions about CGI programming
- CGI Security - http://www.improving.org/paulp/cgi-security/
Links to several articles on the topic of CGI security issues.
- CGI Environment Variables - http://jon.hedley.net/CGIEnvironmentVariables.html
A detailed listing of common, useful CGI environment variables under Apache 2, and examples of how to use them.
- CGI Programming with Perl, 2nd Edition - http://www.oreilly.com/catalog/cgi2/
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.
|