Help for this page

Select Code to Download


  1. or download this
        @test = do { my %s; grep { !$s{$_}++ } @test };
    
  2. or download this
        @test = do { my %s; @s{@test} = @test; values %test };