Help for this page
while (my $key = each %hash) { ... keys %hash; } }
my %seen; while (my $key = each %hash) ... keys %hash; } }