Change 13127 by jhi@alpha on 2001/11/20 13:42:22
Document ${^OPEN}.
Affected files ...
.... //depot/perl/pod/perlvar.pod#84 edit
Differences ...
==== //depot/perl/pod/perlvar.pod#84 (text) ====
Index: perl/pod/perlvar.pod
--- perl/pod/perlvar.pod.~1~ Tue Nov 20 06:45:06 2001
+++ perl/pod/perlvar.pod Tue Nov 20 06:45:06 2001
@@ -965,6 +965,12 @@
is identical to C<$Config{'osname'}>. See also L<Config> and the
B<-V> command-line switch documented in L<perlrun>.
+=item ${^OPEN}
+
+An internal variable used by PerlIO. A string in two parts, separated
+by a C<\0> byte, the first part is the input disciplines, the second
+part is the output disciplines.
+
=item $PERLDB
=item $^P
End of Patch.