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 bc26214 commit fdb6c21Copy full SHA for fdb6c21
doc/Language/variables.pod
@@ -870,11 +870,11 @@ Other compile-time variables:
870
==
871
@*ARGS Arguments from the command line.
872
873
- $*IN Standard input filehandle.
+ $*IN Standard input filehandle, AKA stdin
874
875
- $*OUT Standard output filehandle.
+ $*OUT Standard output filehandle, AKA stdout
876
877
- $*ERR Standard error filehandle.
+ $*ERR Standard error filehandle, AKA stderr
878
879
@*INC Each repository is represented as an object with the CompUnitRepo
880
interface in the @*INC array
0 commit comments