Help for this page
my %count = (); my @tableused = (); ... foreach $elem (keys %count) { push @tableused, $elem if $count{$elem} > 1; }