in reply to Re: Hash order randomization is coming, are you ready? (perlfaq4)
in thread Hash order randomization is coming, are you ready?

For a single hash, keys and values are (still) guaranteed to return the items in the same order, as long as the hash remains unmodified between the calls; see keys. This means that this exact line still keeps working. Doing otherwise would likely break much code in very hard to detect ways.