bdimych has asked for the wisdom of the Perl Monks concerning the following question:
bash's messsage much more informative than perl's, it is not a bug, it is something like small feature request?> cat x #!/blabla > > > ./x -bash: ./x: /blabla: bad interpreter: No such file or directory > > > perl -e 'exec("x") || die($!)' No such file or directory at -e line 1. > >
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Where should I post such things?
by svenXY (Deacon) on Jan 24, 2008 at 10:57 UTC | |
by svenXY (Deacon) on Jan 24, 2008 at 11:05 UTC | |
by Corion (Patriarch) on Jan 24, 2008 at 11:21 UTC | |
by parv (Parson) on Jan 24, 2008 at 11:23 UTC | |
Re: Where should I post such things?
by shmem (Chancellor) on Jan 24, 2008 at 12:56 UTC |
Back to
Seekers of Perl Wisdom