where ~username is your login name, and file.cgi is the script.
cgi-bin scripts must go in the directory .public_html on
unix.tamu.edu
make sure that your scripts are "chmod 755"-ed
You can create and edit scripts by logging into unix.tamu.edu
and changing directories to .public_html
The scripts are actually run on people.tamu.edu, where you do
not have write access, consequently, use the tmp directory (/tmp)
for all temporary file read/writes.