diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-21 08:13:58 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-21 08:13:58 +0000 |
commit | cc83745da206d409d7227df077f422fd9ecbe680 (patch) | |
tree | 367ed1c3af16ce97840f21b4fb177137176afdba /lib/PerlIO.pm | |
parent | 60537fc0fb46c1b1fbdabe01b4de45ea60c5b753 (diff) | |
download | perl-cc83745da206d409d7227df077f422fd9ecbe680.tar.gz |
More PerlIO documentation.
p4raw-id: //depot/perl@21293
Diffstat (limited to 'lib/PerlIO.pm')
-rw-r--r-- | lib/PerlIO.pm | 3 |
1 files changed, 2 insertions, 1 deletions
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<names> 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}>: |