Help for this page

Select Code to Download


  1. or download this
    my %filters = map { lc($_) => 1 } @filters;
    my @words = grep !$filters{lc($_)}, @words;