From 47c56cc834ceb689b97d6751b5f4cbde97589b22 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 27 Nov 2013 10:19:22 -0700 Subject: [PATCH] perlop: Add note about (?[]) --- pod/perlop.pod | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pod/perlop.pod b/pod/perlop.pod index b968144..a0aa3a0 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -1046,7 +1046,9 @@ you could use this instead: However, because there are I other lowercase Greek characters than just those, to match lowercase Greek characters in a regular expression, -you would use the pattern C. +you could use the pattern C (or the +L C>). Because each operand is evaluated in integer form, C<2.18 .. 3.14> will return two elements in list context. -- 2.7.4