Fix previous patch. Actually it's written PAREN, not PARENT.
Rafael Garcia-Suarez [Tue, 10 Feb 2009 17:22:09 +0000 (18:22 +0100)]
pod/perlvar.pod

index 41ed3f2..9be3bc1 100644 (file)
@@ -349,7 +349,7 @@ past where $2 ends, and so on.  You can use C<$#+> to determine
 how many subgroups were in the last successful match.  See the
 examples given for the C<@-> variable.
 
-=item %LAST_PARENT_MATCH
+=item %LAST_PAREN_MATCH
 
 =item %+
 X<%+>