in reply to Clear / Initialize multiple hashes

If you really have a long list of hashes, you could store them as an array or hash of hash references. In which case you can clear them using a loop or even clear the array or hash that contains them.