######################################################################### # README.TXT # ######################################################################### The purpose of this document is to explain the logic and flow of the perl and cgi scripts. At the top of every script is a short description of what the script does. Following the description is the SET VARIABLES section. This section is the **ONLY** part of the script that needs to be modified. The next section is the GET INFORMATION section. This is where all of the actual work is done. If necessary a SUBROUTINE section is included. All major steps are commented for ease of readablility. At the very end of every script is a list of where of the script is currently being called from, if it calls another script and the name of that script, if it calls a URL and the location, and if it writes to a file and the name and location of that file. Also included is the date and author of the last update to the script. ######################################################################### # Last updated: Nichole Bialczyk 1 June 2001 # #########################################################################