Good observation from Philip Newton.
Jarkko Hietaniemi [Fri, 7 Mar 2003 05:05:57 +0000 (05:05 +0000)]
p4raw-id: //depot/perl@18844

pod/perlrun.pod

index 0f54f0b..8f7f5af 100644 (file)
@@ -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)