my %stopwords = map { $_ => undef } @stopwords; $/=" "; @lessWords = grep( exists $stopwords{$_}, map {chomp; $_} <> )