PDA

View Full Version : Script Installation...Please....



SSSX
February 13th, 2003, 20:48
[root@srv1 mainwebsite_cgi]# ./ResetGame.pl
bash: ./ResetGame.pl: bad interpreter: Permission denied
[root@srv1 mainwebsite_cgi]#


Why doesn't that command work?

GregT
February 13th, 2003, 21:04
Check: Got #!/usr/bin/perl at top of file ?
Check: chmod 0777 ResetGame.pl

SSSX
February 13th, 2003, 22:01
yea, that worked, thanks.

I had tried that eariler, but didn't work, I think maybe I typed cdmod instead of chmod, lol, stupid me....