summaryrefslogtreecommitdiff
path: root/pod/perlform.pod
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-19 19:49:10 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:19 -0800
commitccf3535a69b62ee351d1e9c562b51d76202e3583 (patch)
treeebcda029d78528e9aea25b5d815425a466657d31 /pod/perlform.pod
parente3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6 (diff)
downloadperl-ccf3535a69b62ee351d1e9c562b51d76202e3583.tar.gz
[RT #36079] Convert ` to '.
Diffstat (limited to 'pod/perlform.pod')
-rw-r--r--pod/perlform.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlform.pod b/pod/perlform.pod
index 6a4fc48f9e..b00d394296 100644
--- a/pod/perlform.pod
+++ b/pod/perlform.pod
@@ -409,7 +409,7 @@ For example:
@<<< @||| @>>>
END
- print "Wow, I just stored `$^A' in the accumulator!\n";
+ print "Wow, I just stored '$^A' in the accumulator!\n";
Or to make an swrite() subroutine, which is to write() what sprintf()
is to printf(), do this: