Perl Hash Howto
[http://www.cs.mcgill.ca/~abatko/computers/programming/perl/howto/hash/] - - public:npranothi
for my $key ( keys %hash ) { my $value = $hash{$key}; print "$key => $value\n"; }
for my $key ( keys %hash ) { my $value = $hash{$key}; print "$key => $value\n"; }