summaryrefslogtreecommitdiff
path: root/pod/perlopentut.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2013-07-12 10:42:06 -0400
committerRicardo Signes <rjbs@cpan.org>2013-07-23 21:25:54 -0700
commit1b59a1329eefc8fe6584a8e8ed841d661ab326b8 (patch)
treeafa8544b783d3dcde869e381bea07546bcc355cc /pod/perlopentut.pod
parentb25a8b16a0df7e9516919b58acaed4610ca963a2 (diff)
downloadperl-1b59a1329eefc8fe6584a8e8ed841d661ab326b8.tar.gz
perlopentut: correct perlfaq links
thanks to David Golden for pointing this out
Diffstat (limited to 'pod/perlopentut.pod')
-rw-r--r--pod/perlopentut.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlopentut.pod b/pod/perlopentut.pod
index fd48244dbb..5063ca8a84 100644
--- a/pod/perlopentut.pod
+++ b/pod/perlopentut.pod
@@ -66,7 +66,7 @@ possible values that the I<MODE> parameter can take on.
One last thing before we show you how to open files: opening
files does not (usually) automatically lock them in Perl. See
-L<perlfaq4> for how to lock.
+L<perlfaq5> for how to lock.
=head1 Opening Text Files
@@ -188,7 +188,7 @@ C<say>, C<write>, or C<syswrite>.
What about read-write mode? You should probably pretend it doesn't exist,
because opening text files in read-write mode is unlikely to do what you
-would like. See L<perlfaq4> for details.
+would like. See L<perlfaq5> for details.
=head1 Opening Binary Files