On Thu, 10 May 2001, Chip Wiegand wrote: > I have the permissions set to 755, so it should be executable. When I > try ./formparser.cgi I get ./formparser.cgi: not found, but when I > run perl formparser.cgi it runs fine. I noticed when doing ls -la that > the four scripts in the cgi-bin all have an asterisk by their name, I > don't recall what that means. Could that have anything to do with it? The asterisk is just a visual aid from ls to indicate that the file is executable (if you have color enabled for ls, they should be green also). If it works by explicitly using the Perl interpreter but not without, either your shebang line is wrong or the file isn't exectuable. -- Brett
- beginner here - with basic cgi trouble Chip Wiegand
- Re: beginner here - with basic cgi trouble Brett W. McCoy
- Re: beginner here - with basic cgi trouble Chip Wiegand
- Re: beginner here - with basic cgi troubl... David A. Desrosiers
- Re: beginner here - with basic cgi troubl... Brett W. McCoy
- Re: beginner here - with basic cgi tr... Phillip Bruce
- Re: beginner here - with basic cgi tr... Chip Wiegand
- Re: beginner here - with basic c... Brett W. McCoy
- Re: beginner here - with basic cgi trouble Ross Larner
- Re: beginner here - with basic cgi trouble Xun_Dog
- Re: beginner here - with basic cgi trouble Chip Wiegand
- Re: beginner here - with basic cgi trouble David A. Desrosiers
- Re: beginner here - with basic cgi troubl... Jeff Pinyan
- Re: beginner here - with basic cgi trouble Brett W. McCoy
- Re: beginner here - with basic cgi trouble Brett W. McCoy
- Re: beginner here - with basic cgi trouble Matt Cauthorn
- Re: beginner here - with basic cgi trouble Chip Wiegand
- Re: beginner here - with basic cgi trouble Chip Wiegand