Greetings;

That will not cause the problem using Apache and IE 6.0
It might in other combinations, but generally spaces are not
significant if other punctuation is doing the job.

Check the error logs for  file not found which is generally
a permissions problem. Also, for a valid path-to-perl in
the first line. It may be different on your host than it is
on your home computer.

Good Luck!
Dennis




On Mon, 24 Mar 2003, Scot Robnett wrote:

> Yes, but it's not correct, there's your premature end of script header right
> there.
>
> You have:
>
>       print "Content-type:text/html\n\n";
>
>
> It should be:
>
>       print "Content-type: text/html\n\n";
>
>
>
> -----
> Scot Robnett
> inSite Internet Solutions
> [EMAIL PROTECTED]
>
>
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to