Fix typo in English name of $&
Rafael Garcia-Suarez [Wed, 18 Mar 2009 08:18:58 +0000 (09:18 +0100)]
pod/perlvar.pod

index 9be3bc1..914eebe 100644 (file)
@@ -241,7 +241,7 @@ See L</@-> for a replacement.
 =item ${^MATCH}
 X<${^MATCH}>
 
-This is similar to C<$&> (C<$POSTMATCH>) except that it does not incur the
+This is similar to C<$&> (C<$MATCH>) except that it does not incur the
 performance penalty associated with that variable, and is only guaranteed
 to return a defined value when the pattern was compiled or executed with
 the C</p> modifier.