On Fri, 21 Mar 2003, Brian Smart wrote:

> I am trying to get the following cgi script called ice_cream.cgi to work. I
> has been copied from the 'Learning perl' book. When I call the script I get
> an error message:
> 
> Error Message: Permission denied
> Error Number: 13
> 
> Can someone explain what I might be doing wrong?

It's not your script. The error is specifically about a permissions issue. 

Is the script executable? Assuming you are on a *NIX platform chmod u+x 
the script.

Jason Clifford
-- 
UKFSN.ORG               Finance Free Software while you surf the 'net
http://www.ukfsn.org/           Get the T-Shirt Now


Reply via email to