Help for this page
Select Code to Download
Select
or
download this
sub uniq2{ my %x; @x{ @_ } = (); keys %x }