|
|
|
| These are a few guidelines to help you solving problems with your CGI Script. Topics include: Short overview of the CGI calling process, Server Errors - The server fails to execute the CGI, Logical Errors (Errors in the program flow), and more. |
|
|
|
| Hits:
545 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-29-2005 |
|
|
|
|
|
| This note describes how to get information about a remote user from within a CGI-bin script, and lists the information available. |
|
|
|
| Hits:
578 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jul-04-2005 |
|
|
|
|
|
| Hints and tips on debugging Perl CGI scripts and identifying some possible causes of server errors. |
|
|
|
| Hits:
644 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: May-28-2005 |
|
|
|
|
|
| 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 highlights some of the most commonly used ones, along with a brief description and notes on possible uses for them. |
|
|
|
| Hits:
942 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Sep-03-2005 |
|
|
|
|
|
| This article provides a short CGI program that can print every environment variable it knows. |
|
|
|
| Hits:
545 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jul-29-2005 |
|
|
|
|
|
| An introduction to sorting, and how to write your own sorting functions easily with perl. Includes some very common examples of sorts. |
|
|
|
| Hits:
985 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Jul-25-2005 |
|
|
|
|
|