From: Jarkko Hietaniemi Date: Wed, 17 Jul 2002 12:35:07 +0000 (+0000) Subject: Doc deduplication by Ivan Kurmanov . X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8ab800f6611cc48e0abcdfa072b0c7653ef76618;p=p5sagit%2Fp5-mst-13.2.git Doc deduplication by Ivan Kurmanov . p4raw-id: //depot/perl@17595 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 89b2937..305dd20 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 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, is UTF-8. - =back =head2 ithreads