For anyone who is interested in using Don Libes' cgi.tcl with TclHttpd but doesn't want to start another Tcl interpreter per request, try my cgitclhttpd.kit starkit. It is not complete as all the examples don't work but it maybe helpful to others. The starkit can be downloaded from [http://www.freewebs.com/headsup/cgitclhttpd.kit] Look in the custom directory. Files I have added are cgitclSetup.tcl, ModHttp_ReturnData.tcl, ModHttpdRespondHeader.tcl I have also added Don Libes' cgi.tcl version 1.8 with 2 lines commented out # catch {cgi_puts "Input:
$_cgi(input)
"} # catch {cgi_puts "Cookie:
$env(HTTP_COOKIE)
"} Launch the cgitclhttpd.kit and point your browser to http://yourhost:8015/cgitcl/examples.cgi Also there is a directory in the "custom" directory "cgi.tcl-1.8" which has the examples. ---- [[ [Category Internet] | [Category TclHttpd] ]]