in reply to
printing Hash
In addition, use next:
for ( keys %hash ) { next if not $_ > 1; ... }
[download]
Comment on
Re: printing Hash
Download
Code
In Section
Seekers of Perl Wisdom