Help for this page
Select Code to Download
Select
or
download this
@results = grep { /$match/ } @data2;
Select
or
download this
push @results, grep { /$match/ } @data2;