Help for this page
my %filters = map { lc($_) => 1 } @filters; my @words = grep !$filters{lc($_)}, @words;