The main program index contains the following line after each program listing:
Download: Source File Compressed Tar FileThis line is linked to two versions of the main program source. Click on Source File and you will see e the main program in the browser window. Right-click on Compressed Tar File and select save link as... will retrieve the main program, along with all the subroutines it uses, in a UNIX format Tar file that has been compressed.
In all other indices, the line looks like:
Download: Source FileClicking on this line retrieves the text of the corresponding source file.
After you select a file from the download line, use the File, Save As to save the file to your local directory.
To extract files from this tar file:
If you are using UNIX, uncompress it using UNIX uncompress command,
then use a command like: tar xvf _name_.tar to extract the contents of
the tar file. Compile all the files and link the main routine.
If you are using Windows NT, uncompress the tar.Z file using the Winzip
utility. To get a copy, goto www.winzip.com.