diff options
author | Ricardo Signes <rjbs@cpan.org> | 2012-01-03 20:28:55 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-01-03 20:28:55 -0500 |
commit | 1dfd34184395e3ce614d932eb8122349aa4a660c (patch) | |
tree | 68c78f83734cb2ef979d996bd44d92d93351c7ea | |
parent | 4e6ab4ad4b945939f13a6619c54a969c2e1fb74a (diff) | |
download | perl-1dfd34184395e3ce614d932eb8122349aa4a660c.tar.gz |
add a missing apostrophe
thanks, Jim Keenan
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index be9290b72c..62f9c6d393 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -3507,7 +3507,7 @@ created if necessary. You can put a C<+> in front of the C<< > >> or C<< < >> to indicate that you want both read and write access to the file; thus C<< +< >> is almost always preferred for read/write updates--the -C<< +> >> mode would clobber the file first. You cant usually use +C<< +> >> mode would clobber the file first. You can't usually use either read-write mode for updating textfiles, since they have variable-length records. See the B<-i> switch in L<perlrun> for a better approach. The file is created with permissions of C<0666> |