./picture.cgi won't run....
When I try to run this script from the command line i get this....
[nllarson@localhost cgi-bin]$ ./picture.cgi
: bad interpreter: No such file or directory
but if I do...
[nllarson@localhost cgi-bin]$ perl picture.cgi
It runs great.....
the permissions are ok....
-rwxr-xr-x 1 nllarson nllarson 16617 Aug 27 19:32 picture.cgi
shebang line seems to be ok....
#!/usr/bin/perl
....any one have any ideas????
--nick
|