#!/usr/bin/python import cgi form = cgi.FieldStorage() # parse form data print "Content-type: text/html\n" # hdr plus blank line print "