diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-10 18:22:09 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-02-10 18:22:09 +0100 |
commit | 43239f9092558d64042e15f37666b1cd1d54a7f7 (patch) | |
tree | d210dafd70fbac341eec88c945274624a8d2cea0 /pod | |
parent | 8e08999f3bcb291cf4030b32119cbd496d987e8c (diff) | |
download | perl-43239f9092558d64042e15f37666b1cd1d54a7f7.tar.gz |
Fix previous patch. Actually it's written PAREN, not PARENT.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlvar.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index 41ed3f2b25..9be3bc1eff 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -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<%+> |