diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-03-18 09:18:58 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-03-18 09:18:58 +0100 |
commit | 6210e03fb1e3d8a3e81d83ab75e0db0d050fc703 (patch) | |
tree | 65dac66584174b0b0f3f68a50c6281d5aca3d636 /pod | |
parent | 7bb03b244ea39557983e72f3dba06036ffe96821 (diff) | |
download | perl-6210e03fb1e3d8a3e81d83ab75e0db0d050fc703.tar.gz |
Fix typo in English name of $&
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 9be3bc1eff..914eebe2b3 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -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. |