in reply to Re: Is there a way to find out what kind of ref an object is?
in thread Is there a way to find out what kind of ref an object is?
well, exactly, it's dangerous. My impression of the purpose of inside-out objects is to prevent users from messing up the contents of hashref in the implementation, which I assume means directly change the content via the object reference, and to do that one needs to know its type (reference of hash, array, scalar , etc.), hence my original question.