http://www.perlmonks.org?node_id=1000447


in reply to Re^3: Tied Hashes vs. Objects
in thread Tied Hashes vs. Objects

Thank you very much for your effort!

At least to me, this really busts the "Tied Hashes are Expensive" myth, so the decision whether to use tied hashes or an object interface should definitely not be based on performance, but rather on matters of style and clarity. Thanks again!