my %t; if (!%t) { print "Empty"; } else { print "Not Empty\n"; } [download]
In reply to Re: How do I find out if a hash is empty? by Pug in thread How do I find out if a hash is empty? by Pug