On Sat Dec 19 19:44:53 2015, pesc...@gmail.com wrote:
> On Mon Nov 23 03:52:55 2015, pesc...@gmail.com wrote:
> > Consider the following two regexen and their matching output, or lack
> > thereof:
> >
> > 11:39 < psch> m: say "abcd" ~~ /^(a | b | bc | cd)*?$/; my @a = < a b
> > bc cd >; say "abcd"
# New Ticket Created by Pepe Schwarz
# Please include the string: [perl #126713]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=126713 >
Consider the following two regexen and their matching output, or lack thereof:
11:39 < p