Next / Previous / Contents / TCC Help System / NM Tech homepage

7.4. reader.cgi: Prologue

Here we begin the actual script. The first line makes the script self-executing. This is followed by a comment pointing back at this documentation.

reader.cgi
#!/usr/bin/env python
#================================================================
# reader.cgi: Example CGI script showing cookie processing
#   For documentation, see:
#     http://www.nmt.edu/tcc/help/pubs/pycgi/
#----------------------------------------------------------------