# -*- Mode: Python; tab-width: 4 -*-# send and process a POST formimport sys# anything on stdin?data = sys.stdin.read()form = """<html><formmethod=POSTaction="form.mpy">%s<hr><inputname=testsize=50value=""><inputtype=submitname=searchvalue="Search"></form></html>"""if data: