in reply to Re: Answer: How do I select a random key from a hash?
in thread How do I select a random key from a hash?

scalar keys %hash doesn't actually compute the keys (except for tied hashes).