Help for this page

Select Code to Download


  1. or download this
    my @uniq = sort keys %{{map {$_ => 1} @cleaned}};
    
  2. or download this
    my @uniq = sort keys %{{map {$_ => 1}
                            grep{not exists $exclude{$_}}@words}};