From cc83745da206d409d7227df077f422fd9ecbe680 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Sun, 21 Sep 2003 08:13:58 +0000 Subject: More PerlIO documentation. p4raw-id: //depot/perl@21293 --- lib/PerlIO.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/PerlIO.pm') diff --git a/lib/PerlIO.pm b/lib/PerlIO.pm index 5777679bfa..9d1fa27f48 100644 --- a/lib/PerlIO.pm +++ b/lib/PerlIO.pm @@ -234,7 +234,8 @@ The following returns the B of the PerlIO layers on a filehandle. The layers are returned in the order an open() or binmode() call would use them. Note that the "default stack" depends on the operating -system and on the perl version. +system and on the Perl version, and both the compile-time and +runtime configurations of Perl. The following table summarizes the default layers on UNIX-like and DOS-like platforms and depending on the setting of the C<$ENV{PERLIO}>: -- cgit v1.2.1