diff options
author | jkeenan <jkeenan@cpan.org> | 2011-11-19 19:49:10 -0500 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-22 16:27:19 -0800 |
commit | ccf3535a69b62ee351d1e9c562b51d76202e3583 (patch) | |
tree | ebcda029d78528e9aea25b5d815425a466657d31 /pod/perlform.pod | |
parent | e3ec0a15dbdf8b555fb77b085eadf4ff9fba04a6 (diff) | |
download | perl-ccf3535a69b62ee351d1e9c562b51d76202e3583.tar.gz |
[RT #36079] Convert ` to '.
Diffstat (limited to 'pod/perlform.pod')
-rw-r--r-- | pod/perlform.pod | 2 |
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: |