in reply to Store multiple match single line

Exploit the magic of list context:
my @array = /(pattern)/gim;
Perl 6 - links to (nearly) everything that is Perl 6.