Usually when I create a perl script I add the absolut path to the perl binary in the top like this:
But lately I have been working with multible sites using VERY different path's for the perl binary and you can in no-way-what-so-ever get them to unify the path's. So my question is:
Is there a way to use the perl binary path as defined in the PATH variable in the perl script and thereby making the path in the script dynamic?