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 ee3d9c2 commit e6a0b49Copy full SHA for e6a0b49
doc/Programs/03-environment-variables.pod6
@@ -112,8 +112,9 @@ line editor; the default is C<~/.perl6/rakudo-history>.
112
X<|RAKUDO_DEFAULT_READ_ELEMS>
113
=item C<RAKUDO_DEFAULT_READ_ELEMS>
114
115
-Is the default number of characters to read on an C<IO::Handle>, defaults to
116
-65536 (aka 64K).
+This specifies the default number of characters to read on an L«C<IO::Handle>|/type/IO::Handle» by
+setting the L«C<$*DEFAULT-READ-ELEMS>|/language/variables#$*DEFAULT-READ-ELEMS»
117
+dynamic variable.
118
119
X<|RAKUDO_ERROR_COLOR>
120
=item C<RAKUDO_ERROR_COLOR>
0 commit comments