in reply to Re^3: Size of the hash value (nullipotent)
in thread Size of the hash value

Why use $#a at all if you want the number of elements?

say 0+@$_ for values %hash;