Help for this page

Select Code to Download


  1. or download this
    sub unique {
            my $self=shift;
    ...
            map { %tmp{$_}=1 } @_;
            return keys %tmp;
            }
    
  2. or download this
    $o->unique(@array); # with $o my blessed object