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?
If you can ensure that perl is called with an explicit interpreter, either by fully qualifying the path or by using the Windows extension mechanism then $^X should be reliable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to determine the path to the Perl binary that executed your program?
by BrowserUk (Patriarch) on Sep 29, 2006 at 08:42 UTC | |
by demerphq (Chancellor) on Sep 29, 2006 at 09:46 UTC |