in reply to Re^2: If Exists in an Array?in thread If Exists in an Array?
my %target_matches = map { chomp; $_,undef } <$MATCHFILE>; [download]
No need for @keys that way.