http://qs321.pair.com?node_id=663981

bdimych has asked for the wisdom of the Perl Monks concerning the following question:

> 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. > >
bash's messsage much more informative than perl's, it is not a bug, it is something like small feature request?