summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorbrian d foy <bdfoy@cpan.org>2009-10-14 03:08:25 -0500
committerbrian d foy <bdfoy@cpan.org>2009-10-14 03:08:25 -0500
commit632a17729efb9655763f2655b792586f90c0cc9d (patch)
treebb2a21e2c61a5ef24a2ed43842ae0ed2a69ffab8 /pod/perlre.pod
parente4d771f5006ebd70b76422437cce60e9ac40c830 (diff)
downloadperl-632a17729efb9655763f2655b792586f90c0cc9d.tar.gz
Fix {$^MATCH} typo in perlre
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 10ea30ee36..49d44c0368 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -62,7 +62,7 @@ Extend your pattern's legibility by permitting whitespace and comments.
=item p
X</p> X<regex, preserve> X<regexp, preserve>
-Preserve the string matched such that ${^PREMATCH}, {$^MATCH}, and
+Preserve the string matched such that ${^PREMATCH}, ${^MATCH}, and
${^POSTMATCH} are available for use after matching.
=item g and c