Home > Archive > PERL Programming > March 2004 > Problem Solved
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Martin Johansen 2004-03-26, 11:15 pm |
| Thanks to everyone who helped out.
For some reason I had to write:
print "Content-Type: text/html\n\n";
on the first line, even though the CGI is included with SSI.
It is suddenly required when I start using the "eq" operator, but I guess it
always should be included...
| |
| gnari 2004-03-26, 11:15 pm |
| "Martin Johansen" <martinfj@is.online.no> wrote in message
news:2Ui7c.2093$zf6.28871@news4.e.nsc.no...
> Thanks to everyone who helped out.
>
> For some reason I had to write:
> print "Content-Type: text/html\n\n";
> on the first line, even though the CGI is included with SSI.
> It is suddenly required when I start using the "eq" operator, but I guess
it
> always should be included...
or maybe the first lines of the file you are
reading from contain something that makes the SSI happy,
like headers, of even a couple of empty lines.
gnari
|
|
|
|
|