|
The text and programs here are from the first edition of CGI Programming 101. This has been replaced by the 2nd edition; please click here to view the updated material from the 2nd edition. |
| Name | Description |
| randquote.pl | a random quote generator. This lacks the Content-type line, so it's not a CGI. |
| randimg.pl | a random image generator. This just takes a list of image files, and prints an <img> tag for the selected image. |
| randoms.html | Demo page for the random quote script, random image script, and random ad banner script. |
| randpass.pl | Random password generator (source code) |
| randpass.html | Random password generator (example) |
| bannerad.txt | Random banner ad (source code) |
| bannerad.cgi | Random banner ad (example) |