Welcome to the Monastery | |
PerlMonks |
CGI http header errorby martymart (Deacon) |
on Jun 03, 2003 at 12:47 UTC ( [id://262641]=perlquestion: print w/replies, xml ) | Need Help?? |
martymart has asked for the wisdom of the Perl Monks concerning the following question:
Fellow Monks,
I'm using activestate perl on Windows 2000, following on from a recent post. I'm trying to run the script below, what it should be doing is putting nice output to the browser, and saving an html file on the webserver: When I browse to this script though I keep getting this error message: CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: As well as that, the html file produced on the server looks a bit wacky: This cleans up a bit if I comment out the $q->header, But the error message in the browser remains the same. I'd appreciate it if somebody could point out the problem with the script, or another workaround for this problem. Many Thanks, Martymart.
Back to
Seekers of Perl Wisdom
|
|