If you call it right, yes.
if (my @matches = $text =~ /some (regex) here (with) lots (of) capture +s/) { print join "\t", @matches; }
In reply to Re: array of strings that matched a pattern
by Tanktalus
in thread array of strings that matched a pattern
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |