in reply to Re: Getting + and * to generate multiple captures
in thread Getting + and * to generate multiple captures
to just populate @matches instead of creating the stack and then flattening it?/ $text (?: \s (\w+) (?{ push @matches, $^N }) )+ /x;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting + and * to generate multiple captures
by ikegami (Patriarch) on Aug 17, 2006 at 19:53 UTC |