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 320b2fb commit 93f4bc1Copy full SHA for 93f4bc1
lib/Language/variables.pod
@@ -703,6 +703,9 @@ X<$*CWD|variable.$*CWD>
703
$*PROGRAM_NAME Path to the current executable as it was entered on the
704
command line, or C<-e> if perl was invoked with the -e flag.
705
==
706
+ $*PROGRAM Location (in the form of an C<IO::Path> object) of the
707
+ Perl program being executed.
708
+ ==
709
$*EXECUTABLE Absolute path of the perl executable that is currently running.
710
711
$*EXECUTABLE_NAME The name of the perl executable that is currently running.
0 commit comments