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


in reply to Confused by OO & tie

The tutorial is using a hash to implement a class.

The tie docs are talking about implementing a class that can serve as a hash.

These are not the same thing, don't confuse them.