From: Rafael Garcia-Suarez Date: Tue, 18 May 2004 13:05:48 +0000 (+0000) Subject: perlrun.pod minor fixes : X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=136e4fd6ec637207d88e6a730d1dc2f630367cae;p=p5sagit%2Fp5-mst-13.2.git perlrun.pod minor fixes : - the parameter to -x is optional - pod nit p4raw-id: //depot/perl@22829 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index b386498..d40abb8 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -892,6 +892,8 @@ See L. Disables all warnings regardless of C or C<$^W>. See L. +=item B<-x> + =item B<-x> I tells Perl that the program is embedded in a larger chunk of unrelated @@ -1003,7 +1005,7 @@ Use with the same care as is reserved for nitroglycerin. =item :raw -A pseudolayer that manipulates other layers. Applying the <:raw> +A pseudolayer that manipulates other layers. Applying the C<:raw> layer is equivalent to calling C. It makes the stream pass each byte as-is without any translation. In particular CRLF translation, and/or :utf8 intuited from locale are disabled.