X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlre.pod;h=6d21a65f31e1aea4bea0f872cbb88db8aa220b16;hb=84287afe68eecc4342d7e27aac5d9df9d2412490;hp=a364916b295d41c3cf1d0f271243f45115053b35;hpb=8e1088bc6457396e0255dd26a255c6f15b615273;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlre.pod b/pod/perlre.pod index a364916..6d21a65 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -156,7 +156,7 @@ WARNING below.) The scope of $ (and C<$`>, C<$&>, and C<$'>) extends to the end of the enclosing BLOCK or eval string, or to the next successful pattern match, whichever comes first. If you want to use parentheses to delimit a subpattern (e.g. a set of alternatives) without -saving it as a subpattern, follow the ( with a ?. +saving it as a subpattern, follow the ( with a ?:. You may have as many parentheses as you wish. If you have more than 9 substrings, the variables $10, $11, ... refer to the