Help for this page
local $/; my $file = <IN>; ... push @stringsfound,$searchstring; } }
@stringsfound=grep {$file=~/$_/i} @array;