summaryrefslogtreecommitdiff
path: root/pod/perlfaq5.pod
diff options
context:
space:
mode:
authorStephen P. Potter <spp@ds.net>2000-11-06 13:56:43 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-07 00:12:54 +0000
commit13a2d996abe42696bc5ca08abf08030d440c6148 (patch)
tree1919c2c419a4d5a14d2cbb83e40e7f0fe6abaddf /pod/perlfaq5.pod
parent9e29e5ff005da001be364f21377fa2a6364952d5 (diff)
downloadperl-13a2d996abe42696bc5ca08abf08030d440c6148.tar.gz
Pod updates
Message-Id: <200011062357.SAA18173@spotter.yi.org> p4raw-id: //depot/perl@7585
Diffstat (limited to 'pod/perlfaq5.pod')
-rw-r--r--pod/perlfaq5.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlfaq5.pod b/pod/perlfaq5.pod
index 94e478abd2..e4ad3fa372 100644
--- a/pod/perlfaq5.pod
+++ b/pod/perlfaq5.pod
@@ -294,8 +294,8 @@ pair to make it easy to sort the hash in insertion order.
}
For passing filehandles to functions, the easiest way is to
-preface them with a star, as in func(*STDIN). See L<perlfaq7/"Passing
-Filehandles"> for details.
+preface them with a star, as in func(*STDIN).
+See L<perlfaq7/"Passing Filehandles"> for details.
If you want to create many anonymous handles, you should check out the
Symbol, FileHandle, or IO::Handle (etc.) modules. Here's the equivalent
@@ -675,8 +675,8 @@ for your own system's idiosyncrasies (sometimes called "features").
Slavish adherence to portability concerns shouldn't get in the way of
your getting your job done.)
-For more information on file locking, see also L<perlopentut/"File
-Locking"> if you have it (new for 5.6).
+For more information on file locking, see also
+L<perlopentut/"File Locking"> if you have it (new for 5.6).
=back