summaryrefslogtreecommitdiff
path: root/pod/perlfaq2.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-09-18 21:29:23 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-09-18 21:29:23 +0000
commitf0d19b68a1c8d6c2dc3a5b85d4616bcdecd73ff9 (patch)
tree988e7502f7857141013eb2d80bf15387ea17cd52 /pod/perlfaq2.pod
parentf3b9614f0158a3b651efa95838d539130c869eef (diff)
downloadperl-f0d19b68a1c8d6c2dc3a5b85d4616bcdecd73ff9.tar.gz
Perlfaq nits from Iain Truskett.
(from the perlfaq-workers list) p4raw-id: //depot/perl@21283
Diffstat (limited to 'pod/perlfaq2.pod')
-rw-r--r--pod/perlfaq2.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq2.pod b/pod/perlfaq2.pod
index 54627ea5b8..8649ca8882 100644
--- a/pod/perlfaq2.pod
+++ b/pod/perlfaq2.pod
@@ -69,7 +69,7 @@ approaches are doomed to failure.
One simple way to check that things are in the right place is to print out
the hard-coded @INC that perl looks through for libraries:
- % perl -e 'print join("\n",@INC)'
+ % perl -le 'print for @INC'
If this command lists any paths that don't exist on your system, then you
may need to move the appropriate libraries to these locations, or create