[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] #! is not interpreted



: "Katrin Çappar" <k.cappar@xxxxxxxxx>   wrote
ON: Wednesday, February 28, 2001 6:12 AM


> Hi all,
>
> I will try to explain more detailed :-)
>
> Perl scripts called from the shell by
> => perl test.cgi
> will work
> Just calling
> => test.cgi
> will not work.

If you are in the directory where the script resides
You have to use "./test.cgi"
Just a guess, I am trying to help.