open (TEST, "test.txt") or die $!; @array = ; for (grep /$seachstring/, @array) { print; }