Fix {$^MATCH} typo in perlre
brian d foy [Wed, 14 Oct 2009 08:08:25 +0000 (03:08 -0500)]
pod/perlre.pod

index 10ea30e..49d44c0 100644 (file)
@@ -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