Skip to content

Commit

Permalink
Changed equivalent of Perl 5's $0 from C<$*PROGRAM> to C<$*PROGRAM_NAME>
Browse files Browse the repository at this point in the history
  • Loading branch information
dha committed Jun 20, 2015
1 parent 7506482 commit 1a69575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S28-special-names.pod
Expand Up @@ -194,7 +194,7 @@ If a column has a "-" in it, it means that item is unavailable in that version o
$( $GID $*GID Real GID (Group ID)
$> $EUID $*EUID Effective UID
$) $EGID $*EGID Effective GID
$0 $PROGRAM_NAME $*PROGRAM (plus stringification)
$0 $PROGRAM_NAME $*PROGRAM_NAME
$^C $COMPILING $*COMPILING
$^D $DEBUGGING $*DEBUGGING
$^F $SYS_FD_MAX $*SYS_FD_MAX ...or some such
Expand Down

0 comments on commit 1a69575

Please sign in to comment.