in reply to
checking to see if a hash has data
Would if (!%hash) {} work?
Yes. Or use
scalar keys %hash
to get the number of entries.
holli,
/regexed monk/
Comment on
Re: checking to see if a hash has data
Download
Code
In Section
Seekers of Perl Wisdom