in reply to How to determine the path to the Perl binary that executed your program?
print readlink("/proc/$$/exe"),"\n"; [download]