in reply to
easiest way to print the content of a hash?
map{print "$_\t$hash{$_}\n"}keys %hash;
Comment on
Re: easiest way to print the content of a hash?
In Section
Seekers of Perl Wisdom