diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-13 17:28:36 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-13 17:28:36 +0000 |
commit | fb80c70c9993b0d45a645c2be5f374066b9fe269 (patch) | |
tree | 37978ddb1198bb0f65b876ad4bc1f79838a818b6 /lib/open.pm | |
parent | 74a7113658b3e2663819eecfa66f1c46bb7a1972 (diff) | |
download | perl-fb80c70c9993b0d45a645c2be5f374066b9fe269.tar.gz |
Pod tweak.
p4raw-id: //depot/perl@15217
Diffstat (limited to 'lib/open.pm')
-rw-r--r-- | lib/open.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open.pm b/lib/open.pm index 7e3fdf051d..7d59d9abfc 100644 --- a/lib/open.pm +++ b/lib/open.pm @@ -213,7 +213,7 @@ filehandles (STDIN, STDOUT, STDERR) to comply with encoding selected for input/output handles. For example, if both input and out are chosen to be C<:utf8>, a C<:std> will mean that STDIN, STDOUT, and STDERR are also in C<:utf8>. On the other hand, if only output is -chosen to be in C<:encoding(koi8r)', a C<:std> will cause only the +chosen to be in C<< :encoding(koi8r) >>, a C<:std> will cause only the STDOUT and STDERR to be in C<koi8r>. The C<:locale> subpragma implicitly turns on C<:std>. |