From: Vincent Pit Date: Tue, 26 Jan 2010 09:47:54 +0000 (+0100) Subject: A small typo in perlrun, spotted by Olivier Raginel. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f60ef620372ddc56bbd9386726c9ec06054980e3;p=p5sagit%2Fp5-mst-13.2.git A small typo in perlrun, spotted by Olivier Raginel. --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index fb886b8..f510707 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -316,7 +316,7 @@ You can use C<-C0> (or C<"0"> for C) to explicitly disable all the above Unicode features. The read-only magic variable C<${^UNICODE}> reflects the numeric value -of this setting. This is variable is set during Perl startup and is +of this setting. This variable is set during Perl startup and is thereafter read-only. If you want runtime effects, use the three-arg open() (see L), the two-arg binmode() (see L), and the C pragma (see L).