[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] #! is not interpreted
- Subject: Re: [cobalt-users] #! is not interpreted
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Feb 28 06:38:15 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
: "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.