diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 21:20:00 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-03 21:20:00 +0000 |
commit | 951ba7fe8dad4074b389cb34ee7e8b446c17c0fb (patch) | |
tree | 683d0a329e0c6d7e89df49c431f9205758d9af43 /pod/perlrun.pod | |
parent | fec937024ba421d7e643018d73a32d633584674e (diff) | |
download | perl-951ba7fe8dad4074b389cb34ee7e8b446c17c0fb.tar.gz |
pod nits
p4raw-id: //depot/perl@4638
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r-- | pod/perlrun.pod | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 8fec7c397a..5eb3b829f0 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -742,10 +742,13 @@ used. A colon-separated list of directories in which to look for Perl library files before looking in the standard library and the current -directory. If PERL5LIB is not defined, PERLLIB is used. When running -taint checks (because the program was running setuid or setgid, or the -B<-T> switch was used), neither variable is used. The program should -instead say +directory. Any architecture-specific directories under the specified +locations are automatically included if they exist. If PERL5LIB is not +defined, PERLLIB is used. + +When running taint checks (either because the program was running setuid +or setgid, or the B<-T> switch was used), neither variable is used. +The program should instead say: use lib "/my/directory"; |