#!/usr/bin/python import cgi import os import cgitb cgitb.enable() print "Content-Type: text/html" print print "hello, world" print os.environ