diff options
author | brian d foy <bdfoy@cpan.org> | 2009-10-14 03:08:25 -0500 |
---|---|---|
committer | brian d foy <bdfoy@cpan.org> | 2009-10-14 03:08:25 -0500 |
commit | 632a17729efb9655763f2655b792586f90c0cc9d (patch) | |
tree | bb2a21e2c61a5ef24a2ed43842ae0ed2a69ffab8 /pod/perlre.pod | |
parent | e4d771f5006ebd70b76422437cce60e9ac40c830 (diff) | |
download | perl-632a17729efb9655763f2655b792586f90c0cc9d.tar.gz |
Fix {$^MATCH} typo in perlre
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 2 |
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 |