diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-07 05:05:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-07 05:05:57 +0000 |
commit | e654d9081492941a3b1145787aaa3e0faa09141e (patch) | |
tree | be08b799cda11e2a1a66159e66781582ff40c7a4 | |
parent | 930366bdf79887ad214c728d5d80b0adf3c4181c (diff) | |
download | perl-e654d9081492941a3b1145787aaa3e0faa09141e.tar.gz |
Good observation from Philip Newton.
p4raw-id: //depot/perl@18844
-rw-r--r-- | pod/perlrun.pod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 0f54f0b42c..8f7f5afa95 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1103,8 +1103,9 @@ C<safe> the safe signals are used. Equivalent to the B<-C> command-line switch. Note that this is not a boolean variable-- setting this to C<"1"> is not the right way to "enable Unicode" (whatever that would mean). You can use C<"0"> to -"disable Unicode", though (or alternatively C<delete $ENV{PERL_UNICODE}>). -See the description of the C<-C> switch for more information. +"disable Unicode", though (or alternatively unset PERL_UNICODE in +your shell before starting Perl). See the description of the C<-C> +switch for more information. =item SYS$LOGIN (specific to the VMS port) |