From 6cf90346c90a7451f8f74cf11ba01d8571efb824 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 27 Nov 2011 11:07:44 -0800 Subject: [PATCH 1/1] typo in perlre.pod --- pod/perlre.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlre.pod b/pod/perlre.pod index 9598263..981f931 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -1330,7 +1330,7 @@ that the contents of capture groups defined inside an eval'ed pattern are not available outside of the pattern, and vice versa, there is no way for the inner pattern returned from the code block to refer to a capture group defined outside. (The code block itself can use C<$1>, etc., -to refer to the enclosing patterns capture groups.) Thus, +to refer to the enclosing pattern's capture groups.) Thus, ('a' x 100)=~/(??{'(.)' x 100})/ -- 1.8.3.1