in reply to
How to test for empty hash?
See also:
How to check if a hash is empty in perl
(SO)
Fastest way to check for an empty hash in perl
(reddit)
perldata
("If you evaluate a hash in scalar context, it returns a false value if the hash is empty")
Truth and Falsehood
by
haukex
(shorter and more focused than
perldata
)
Comment on
Re: How to test for empty hash?
In Section
Seekers of Perl Wisdom