Help for this page

Select Code to Download


  1. or download this
    %seen = ();
    @unique = grep { ++$seen{$_} == 2} @test;