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


in reply to Simple question about Inside-Out objects

refaddr()is used to be entirely agnostic about the bless status of an object.

It is essential for an inside-out class that an object keep its identity whether it is unblessed, blessed or re-blessed. Not to mention possible overloading of stringification.

Anno