Help for this page
my %seen; for my $key ( 'Number', keys %hash) ) { ... my $value = $hash{$key}; print "$key => $value\n"; }