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

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



> -----Original Message-----
> From: cobalt-users-admin@xxxxxxxxxxxxxxx
> [mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Katrin Çappar
> Sent: Wednesday, February 28, 2001 1:12 PM
> To: cobalt-users@xxxxxxxxxxxxxxx
> Subject: Re: [cobalt-users] #! is not interpreted
> 
> 
> 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 the first line i.e. 
> #! /usr/bin/perl

Try
#!/usr/bin/perl

without space