![]() |
Overview |
||
|
This tutorial will lead you through the steps involved with setting up a Perl CGI web page. Many websites use the Common Gateway Interface (CGI) to provide dynamic webpages to their users, and the Perl programming language is a common choice for various reasons including:
A typical Perl CGI session goes something like this:
The red arrows above are the CGI portion of the transaction, which as you can see amounts to a very small portion of the entire process. Describing the strict nature of CGI is not very useful to the new programmer, so this tutorial will provide some context which will speak about all the entities above in some manner of detail. All pages written by Craig Kelley unless otherwise specified. Please use the Contact link from the menu to submit changes or suggestions. Permission is given to use this tutorial in any way you wish including re-publishing or "mirroring". The most up-to-date version of this document currently resides at http://inconnu.isu.edu/~ink/perl_cgi. This page updated: May 6, 2002 22:21 |