Paul Lutus wrote: > This is a classic CGI header error, caused by the absence of a recognizable > emitted header like: > > print "Content-type: text/html\r\n\r\n" > > As the first text emitted by the script. Got it. That works, thanks, Paul, and Jan, for your patience with my ignorance.