summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-07-17 12:35:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-07-17 12:35:07 +0000
commit8ab800f6611cc48e0abcdfa072b0c7653ef76618 (patch)
treee9d512cca784e5e6fcaffaf4ed66d13d6b452418
parent56d211ad97696d221084455cb96e59b2c6e62bfa (diff)
downloadperl-8ab800f6611cc48e0abcdfa072b0c7653ef76618.tar.gz
Doc deduplication by Ivan Kurmanov <kurmanov@openlib.org>.
p4raw-id: //depot/perl@17595
-rw-r--r--pod/perldelta.pod16
1 files changed, 0 insertions, 16 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 89b29371a6..305dd20f98 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -428,22 +428,6 @@ Anonymous temporary files are available without need to
That is a literal undef, not an undefined value.
-=item *
-
-The list form of C<open> is now implemented for pipes (at least on UNIX):
-
- open($fh,"-|", 'cat', '/etc/motd')
-
-creates a pipe, and runs the equivalent of exec('cat', '/etc/motd') in
-the child process.
-
-=item *
-
-If your locale environment variables (LANGUAGE, LC_ALL, LC_CTYPE, LANG)
-contain the strings 'UTF-8' or 'UTF8' (case-insensitive matching),
-the default encoding of your STDIN, STDOUT, and STDERR, and of
-B<any subsequent file open>, is UTF-8.
-
=back
=head2 ithreads