diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-04-26 09:50:29 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-05-18 11:15:04 -0600 |
commit | 66b6e4ade25c7623987239f0fc22ca8f6d21dd04 (patch) | |
tree | 238dca061cee210f7d5625bce17ad6e383114ec5 /pod/perldata.pod | |
parent | ca8b95d7953a6d52ffd20ab9d0daa5dfa007bb3d (diff) | |
download | perl-66b6e4ade25c7623987239f0fc22ca8f6d21dd04.tar.gz |
perldata.pod: Fix broken link
Diffstat (limited to 'pod/perldata.pod')
-rw-r--r-- | pod/perldata.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldata.pod b/pod/perldata.pod index 1b1cbf4564..77cd0c2b08 100644 --- a/pod/perldata.pod +++ b/pod/perldata.pod @@ -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 |