From: Yitzchak Scott-Thoennes Date: Tue, 30 Sep 2003 04:53:02 +0000 (-0700) Subject: Re: [perl #24071] Typo in description of binmode X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=749683d21f35ef8611124597a119da951072e5fa;p=p5sagit%2Fp5-mst-13.2.git Re: [perl #24071] Typo in description of binmode Message-ID: <20030930115302.GA3200@efn.org> p4raw-id: //depot/perl@21388 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index fff672b..80e7f1e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -473,8 +473,8 @@ When LAYER is present using binmode on text file makes sense. 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 as despite what may be implied in I<"Programming Perl"> -(the Camel) or elsewhere C<:raw> is I the simply inverse of C<:crlf> +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 I disabled. See L, L and the discussion about the PERLIO environment variable.