"Johnstone, Colin" wrote:

> Gidday All,
>
> I should be past this now.
>
> I hope someone can help, my host refuses to help.
>
> I have written this simple perl script to test it on my host. I always have trouble 
> when I write a new script and upload it to this host it runs fine on my server here 
> at work.
>
> <code>
> #!/usr/bin/perl -w
>
> print "Content-Type: text/html\n\n";

Start here:
print "Content-type: text/html\n\n";
and see if that helps.

Joseph

>
>
> print "Hello World !";
> </code>
>
> I ftp it in ASCII format set the appropriate permissions and still it doesn't run.
>
> I get an Internal Server error.
>
> Colin Johnstone
> **********************************************************************
> This message is intended for the addressee named and may contain
> privileged information or confidential information or both. If you
> are not the intended recipient please delete it and notify the sender.
> **********************************************************************
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to