@results = grep { /$match/ } @data2; #### push @results, grep { /$match/ } @data2;