Help for this page

Select Code to Download


  1. or download this
    my %exclude;
    @exclude{ @exclude } = ();
    
    my @cleaned = grep { exists $exclude{ $_ } ? () : $_ } @words;