diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-18 21:29:23 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-09-18 21:29:23 +0000 |
commit | f0d19b68a1c8d6c2dc3a5b85d4616bcdecd73ff9 (patch) | |
tree | 988e7502f7857141013eb2d80bf15387ea17cd52 /pod/perlfaq8.pod | |
parent | f3b9614f0158a3b651efa95838d539130c869eef (diff) | |
download | perl-f0d19b68a1c8d6c2dc3a5b85d4616bcdecd73ff9.tar.gz |
Perlfaq nits from Iain Truskett.
(from the perlfaq-workers list)
p4raw-id: //depot/perl@21283
Diffstat (limited to 'pod/perlfaq8.pod')
-rw-r--r-- | pod/perlfaq8.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq8.pod b/pod/perlfaq8.pod index e2ea3e799b..2fceab143f 100644 --- a/pod/perlfaq8.pod +++ b/pod/perlfaq8.pod @@ -1163,7 +1163,7 @@ See Perl's L<lib> for more information. use lib "$FindBin::Bin"; use your_own_modules; -=head2 How do I add a directory to my include path at runtime? +=head2 How do I add a directory to my include path (@INC) at runtime? Here are the suggested ways of modifying your include path: |