From: Paul Johnson Date: Fri, 10 Nov 2006 12:17:37 +0000 (+0100) Subject: minor nit in binmode docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=165a9987abedd6615787c9ea9211b408fcdd9f3d;p=p5sagit%2Fp5-mst-13.2.git minor nit in binmode docs Message-ID: <20061110111737.GP17047@pjcj.net> p4raw-id: //depot/perl@29254 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 52f59fd..2f2bbe4 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -526,8 +526,8 @@ If LAYER is omitted or specified as C<:raw> the filehandle is made suitable for passing binary data. This includes turning off possible CRLF translation and marking it as bytes (as opposed to Unicode characters). Note that, despite what may be implied in I<"Programming Perl"> (the -Camel) or elsewhere, C<:raw> is I the simply inverse of C<:crlf> --- other layers which would affect binary nature of the stream are +Camel) or elsewhere, C<:raw> is I simply the inverse of C<:crlf> +-- other layers which would affect the binary nature of the stream are I disabled. See L, L and the discussion about the PERLIO environment variable.