summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-05-18 13:05:48 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-05-18 13:05:48 +0000
commit136e4fd6ec637207d88e6a730d1dc2f630367cae (patch)
tree9c21fc759ec1f4c47bde5ef0ec5e29a97b81ad08 /pod/perlrun.pod
parentf1c8c9362c4d1029d2c52ffe1e972f0f0b3d5771 (diff)
downloadperl-136e4fd6ec637207d88e6a730d1dc2f630367cae.tar.gz
perlrun.pod minor fixes :
- the parameter to -x is optional - pod nit p4raw-id: //depot/perl@22829
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index b386498c2c..d40abb8c7a 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -892,6 +892,8 @@ See L<perllexwarn>.
Disables all warnings regardless of C<use warnings> or C<$^W>.
See L<perllexwarn>.
+=item B<-x>
+
=item B<-x> I<directory>
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<binmode($fh)>. It makes the stream
pass each byte as-is without any translation. In particular CRLF
translation, and/or :utf8 intuited from locale are disabled.