Hi,
I admit i'm a complete newbie in perl although i have been invloved in php : ) hope somebody can help me out with this
I want to run a simple perl scrip :
#!/usr/bin/perl
print "Content-type: text/html\n\n";
$request_method=$ENV{'REQUEST_METHOD'};
print "request method:",$request_method,"<br>";
print "O.K.!";
but it shows this error msg:
"
Forbidden
You don't have permission to access /Project_Demo/hello.cgi on this server.
--------------------------------------------------------------------------------
Apache/1.3.29 Server at 127.0.0.1 Port 80
"
then i am wondering whether this is a script error or a server error
thanks in advance,
tris