Help for this page

Select Code to Download


  1. or download this
    my %seen;
    my @uniq = grep { ! $seen{$_} ++ } @arr;
    
  2. or download this
    use strict;
    use warnings;
    ...
                  return keys %seen;
              },
       });
    
  3. or download this
               Rate  useGrep useSlice
    useGrep  13.0/s       --     -63%
    useSlice 35.2/s     172%       --