perldata.pod: Fix broken link
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 15:50:29 +0000 (09:50 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:04 +0000 (11:15 -0600)
pod/perldata.pod

index 1b1cbf4..77cd0c2 100644 (file)
@@ -862,8 +862,8 @@ C<use strict 'refs'> forbids such practice.
 Another way to create anonymous filehandles is with the Symbol
 module or with the IO::Handle module and its ilk.  These modules
 have the advantage of not hiding different types of the same name
-during the local().  See the bottom of L<perlfunc/"open FILEHANDLE">
-for an example.
+during the local().  See the bottom of L<perlfunc/open> for an
+example.
 
 =head1 SEE ALSO