This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d80cf47
)
Fix typo in perlreapi(1perl).
author
Nathan Trapuzzano
<nbtrap@nbtrap.com>
Wed, 10 Jul 2013 00:59:34 +0000
(20:59 -0400)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 10 Jul 2013 04:27:45 +0000
(21:27 -0700)
pod/perlreapi.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlreapi.pod
b/pod/perlreapi.pod
index
c4e30cb
..
2221764
100644
(file)
--- a/
pod/perlreapi.pod
+++ b/
pod/perlreapi.pod
@@
-336,7
+336,7
@@
Perl will handle releasing anything else contained in the C<regexp> structure.
=head2 Numbered capture callbacks
Called to get/set the value of C<$`>, C<$'>, C<$&> and their named
-equivalents, ${^PREMATCH}, ${^POSTMATCH} and $
^{
MATCH}, as well as the
+equivalents, ${^PREMATCH}, ${^POSTMATCH} and $
{^
MATCH}, as well as the
numbered capture groups (C<$1>, C<$2>, ...).
The C<paren> parameter will be C<1> for C<$1>, C<2> for C<$2> and so