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