Help for this page

Select Code to Download


  1. or download this
        map { $h{$_}++ == 0 ? $_ : () } @_;
    
  2. or download this
        grep { !$h{$_}++ } @_;