Help for this page
my %seen = (); my @uniq = (); ... push (@uniq, $item); # and again } }
my %seen; $seen{$_} = 1 for (@proc_name1);