in reply to
Store multiple match single line
Exploit the magic of list context:
my @array = /(pattern)/gim;
[download]
Perl 6
- links to (nearly) everything that is Perl 6.
Comment on
Re: Store multiple match single line
Download
Code
In Section
Seekers of Perl Wisdom