Skip to content

Commit fdb6c21

Browse files
committed
make $*OUT & friends more discoverable for google
by mentioning their more common names "stdout" and such.
1 parent bc26214 commit fdb6c21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Language/variables.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -870,11 +870,11 @@ Other compile-time variables:
870870
==
871871
@*ARGS Arguments from the command line.
872872
==
873-
$*IN Standard input filehandle.
873+
$*IN Standard input filehandle, AKA stdin
874874
==
875-
$*OUT Standard output filehandle.
875+
$*OUT Standard output filehandle, AKA stdout
876876
==
877-
$*ERR Standard error filehandle.
877+
$*ERR Standard error filehandle, AKA stderr
878878
==
879879
@*INC Each repository is represented as an object with the CompUnitRepo
880880
interface in the @*INC array

0 commit comments

Comments
 (0)