in reply to Premature end of script headers?
you could justuse CGI;
which by default prints a HTML content type Header:print header;
Make sure this gets printed before the script might die.print "Content-type: text/html\n\n";
Hope this helps.
| Regards... | Stefan |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Premature end of script headers?
by MrCromeDome (Deacon) on Jun 21, 2001 at 20:58 UTC | |
by stefan k (Curate) on Jun 21, 2001 at 21:04 UTC |