in reply to Re^2: How to determine the path to the Perl binary that executed your program?
in thread How to determine the path to the Perl binary that executed your program?
Actually, it doesn't.
$ perl -le'print $^X' /usr/bin/perl $ cp /usr/bin/perl ~/tmp/ $ ./tmp/perl -le'print $^X' /home/rafl/tmp/perl
Cheers, Flo
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to determine the path to the Perl binary that executed your program?
by mreece (Friar) on Sep 28, 2006 at 19:48 UTC | |
by Hue-Bond (Priest) on Sep 28, 2006 at 20:59 UTC |