⭐
in reply to
How can I find the number of elements in a hash?
print scalar(keys %h);
[download]
Comment on
Re: How can I find the number of elements in a hash?
Download
Code
In Section
Seekers of Perl Wisdom