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

4.2. Prologue

The script starts with the usual “pound-bang line” to make it self-executing, followed by a comment pointing readers back to this documentation.

manweb.cgi
#!/usr/bin/env python
#================================================================
# manweb.cgi:  Display a man page in HTML.  For documentation, see:
#   http://www.nmt.edu/tcc/help/lang/python/examples/manweb/
#----------------------------------------------------------------