diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-07 01:22:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-05-07 01:22:23 +0000 |
commit | 3d0ae7ba72551d8af1ecbcfb8a67d9a77f1cf195 (patch) | |
tree | 3791c1935999d98ab2f66662f94e4b30d48398c6 /pod/perlrun.pod | |
parent | be26652545762cccb4c0118f022cf9d0ec20cf93 (diff) | |
download | perl-3d0ae7ba72551d8af1ecbcfb8a67d9a77f1cf195.tar.gz |
avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
and Tom Phoenix)
p4raw-id: //depot/perl@6077
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index f1e2c9a62e..e105b00a7a 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -809,6 +809,18 @@ Relevant only if your perl executable was built with B<-DDEBUGGING>, this controls the behavior of global destruction of objects and other references. +=item PERL_ROOT (specific to the VMS port) + +A translation concealed rooted logical name that contains perl and the +logical device for the @INC path on VMS only. Other logical names that +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 SYS$LOGIN (specific to the VMS port) + +Used if chdir has no argument and HOME and LOGDIR are not set. + =back Perl also has environment variables that control how Perl handles data |