Skip to content

Commit 93f4bc1

Browse files
committed
Document the $*PROGRAM variable
1 parent 320b2fb commit 93f4bc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Language/variables.pod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,9 @@ X<$*CWD|variable.$*CWD>
703703
$*PROGRAM_NAME Path to the current executable as it was entered on the
704704
command line, or C<-e> if perl was invoked with the -e flag.
705705
==
706+
$*PROGRAM Location (in the form of an C<IO::Path> object) of the
707+
Perl program being executed.
708+
==
706709
$*EXECUTABLE Absolute path of the perl executable that is currently running.
707710
==
708711
$*EXECUTABLE_NAME The name of the perl executable that is currently running.

0 commit comments

Comments
 (0)