At 06:55 PM 2/11/2002 -0500, Ian Christie wrote: >Hi, > >I'm trying to get a script to work. I'm using linux and when I do >something like the following > >../myscript.cgi > >I get > >bash: ./myscript.cgi: bad interpreter: no such file or directory > >I know the #! is correct. Could this be a bash problem? The script runs >fine if I do > >perl ./myscript.cgi Be sure that myscript.cgi has the correct permissions. chmod 700 myscript.cgi should do the trick.Thread Previous | Thread Next