- 1,233 categories
- 40,621 scripts
Updated: 11/23/1999
- The tutorial covers the definition and how to start creating CGI programs in Perl. Many key CGI elements are explained with solid examples. Topics include: Forms, Environment Variables, Imagemaps, Tracking the User and more.
- Categories
- Tags
- Platforms
- Licenses
- A CGI testing harness that allows you to examine the exact output and environment of your CGI programs.
- One of the methods that the web server uses to pass information to a cgi script is through environmental variables. These are created and assigned appropriate values within the environment that the server spawns for the cgi script. This page highligh...
- This article provides a short CGI program that can print every environment variable it knows.
- CGI Utils is an archive of simple CGI sub routines to help you to create CGI. It contains a sub to display CGI''s environment variables and Perl Path, a sub routine to log users info and a sub routine to check referer and check for unauthorized ...
- This perl 5 library uses objects to create Web fill-out forms on the fly and to parse their contents. It provides a simple interface for parsing and interpreting query
strings passed to CGI scripts. However, it also offers a rich set of functions fo...