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. > >
Back to
Seekers of Perl Wisdom