Jimmy,
Sorry I had not read this post before I replied to the other.
You need the permissions on a folder to be readable and executable in order for people
to read what
is in that folder period (not just execute scripts). So your folder needs to be
permissions 755.
Your script must be read
> -Original Message-
> From: Jimmy George [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 13, 2002 3:03 AM
> To: cgi
> Subject: real beginners stuff
>
>
> Hello World
>
> If I logon to the web via (say) server_a and then start this
> script in server_b
> which has the code in its
Try printing the content type before your HERE doc, not within it.
Scot R.
inSite
-Original Message-
From: Jimmy George [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 13, 2002 2:03 AM
To: cgi
Subject: real beginners stuff
Hello World
If I logon to the web via (say) server_a and the
Don't have exact idea, but see inline comments :
>
> #! /usr/bin/perl -w
Try #!/usr ... you've added a space there.
use CGI::Carp qw(fatalsToBrowser); # try add this line
[...]
>
> should I get to see the %ENV details of server_a?
Not, but you might check your error.log so you'll get
a bette