funkymonkey has asked for the wisdom of the Perl Monks concerning the following question:
On my system running perl v5.8.3 I have come across an odd problem:
The script in question:
$ ./test1.pl
: bad interpreter: No such file or directory
$
The second script that works:
$ ./test2.pl
Usage: do this, do that.
$
Now, both of the scripts both include #!/usr/bin/perl in the beginning of the script. They also are set with the same permissions and everything. What could be this problem, I know it doesn't deal with perl coding, however, once again, I was just wondering if maybe someone has run into this problem before.
Help would be appreciated, thanks!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem with perl interpretor
by saskaqueer (Friar) on Jan 09, 2005 at 04:54 UTC | |
by funkymonkey (Initiate) on Jan 09, 2005 at 05:07 UTC | |
|
Re: Problem with perl interpreter
by brian_d_foy (Abbot) on Jan 09, 2005 at 06:50 UTC | |
|
Re: Problem with perl interpreter
by vek (Prior) on Jan 09, 2005 at 07:25 UTC |