diff options
author | Vincent Pit <perl@profvince.com> | 2010-01-26 10:47:54 +0100 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2010-01-26 10:47:54 +0100 |
commit | f60ef620372ddc56bbd9386726c9ec06054980e3 (patch) | |
tree | 7e9992f162372722a7ed5fec2fea134349a4d70a | |
parent | 94e892a68016a417b1b324213d39309b8b744d0e (diff) | |
download | perl-f60ef620372ddc56bbd9386726c9ec06054980e3.tar.gz |
A small typo in perlrun, spotted by Olivier Raginel.
-rw-r--r-- | pod/perlrun.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index fb886b89ef..f510707a41 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -316,7 +316,7 @@ You can use C<-C0> (or C<"0"> for C<PERL_UNICODE>) 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<perlfunc/open>), the two-arg binmode() (see L<perlfunc/binmode>), and the C<open> pragma (see L<open>). |