diff options
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 |