diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-02-03 22:00:21 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-02-03 22:00:21 +0000 |
commit | acae81db257c281d4bc95e9f6550ff8d6fd2678c (patch) | |
tree | cb450359d1d4317f657284cffae5815d09f06ac6 | |
parent | 7c2549db3c820cf72273bacc18a4e3d2b361563d (diff) | |
download | perl-acae81db257c281d4bc95e9f6550ff8d6fd2678c.tar.gz |
Document the environment variable PERL_UTF8_LOCALE in perlrun.
p4raw-id: //depot/perl@18649
-rw-r--r-- | pod/perlrun.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 9622b4d787..cd84c797e4 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -1058,6 +1058,10 @@ affect perl on VMS include PERLSHR, PERL_ENV_TABLES, and SYS$TIMEZONE_DIFFERENTIAL but are optional and discussed further in L<perlvms> and in F<README.vms> in the Perl source distribution. +=item PERL_UTF8_LOCALE + +Equivalent to the B<-C> command-line switch. + =item SYS$LOGIN (specific to the VMS port) Used if chdir has no argument and HOME and LOGDIR are not set. |