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


in reply to Re: Blessing tied hash
in thread Blessing tied hash

I misunderstood. In your last paragraph, you maybe mean we can:
bless $tied_object, 'Foo';
but we shouldn't do so.