          EGSCRIPT.TXT
          ============

There are two example scripts provided.


EGSCRPT1
========

This script simply displays its parameters, all its environment
variables and all the fields from a form, by sending back a
text/plain document to the client.


EGSCRPT2
========

This script appends the values of the environment variables,
form fields, etc to a file.  The name of the file is taken
from the PATH_INFO variable.  Thus, to append information from
a form in a file "forms.txt" you would use a <FORM> tag with
an action parameter of (eg):  

   "http://machine.domain.edu/egscrpt2.exe/form.hfo"

Note that the text file MUST have an extension of .HFO as a
security measure.  The file MUST exist previously.

