We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cadbce commit 9cc0b14Copy full SHA for 9cc0b14
lib/variables.pod
@@ -387,6 +387,10 @@ Other compile-time constants:
387
$*PID Process ID of the current process.
388
$*OS Which Operating System am I compiling under (e.g. Linux).
389
$*OSVER Version of the current Operating System.
390
+ $*EXECUTABLE Absolute path of the perl executable that is currently running.
391
$*EXECUTABLE_NAME The name of the perl executable that is currently running.
392
+ (e.g. perl6-p, perl6-m, Niecza.exe)
393
+ Favor $*EXECUTABLE because it is not guaranteed that the perl
394
+ executable is in PATH.
395
396
=end pod
0 commit comments