my @match = grep /$lookup/, split /\n/, $text; print "$_\n" foreach @match;