Help for this page

Select Code to Download


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