http://www.perlmonks.org?node_id=226812


in reply to Re^2: How to use dynamic execution path instead of absolut.
in thread How to use dynamic execution path instead of absolut.

That's a useless use of backticks. which will only find something which is in the PATH, and then shell can find it as well, so you can just rephrase that as

perl -x $0 $*

Arrgh! You're absolutly right!

  • Comment on Re: Re^2: How to use dynamic execution path instead of absolut.