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


in reply to Re^2: Why is a hash the default "object" in oo perl?
in thread Why is a hash the default "object" in oo perl?

When I am evaluating a module implementation with the idea that I might want to inherit from it, my favorite thing to find is a blessed hashref without a fancy OO-helper module
Untill you accidentally step on your parents key and break stuff that you'll never, ever track down.