[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: Reinoud van Leeuwen <rvanleeuwen@xxxxxxxxxxxx>
- Date: Wed Feb 28 08:10:30 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> -----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