my @list; while (<INFILE>){ my @line = split/,/,$_; for (@line){ m/(AAA.\d)/; push @list, $1; } }
In reply to Re: accumulating rex-exp matches in an array
by Anonymous Monk
in thread accumulating rex-exp matches in an array
by waxmop
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |