http://qs321.pair.com?node_id=996026


in reply to Altering the inheritance path of an object

You can create a new class with required inheritance path and rebless $obj to this class. Otherwise it is not possible, as inheritance defined by the value of @ISA package variable, and so it is property of the class and not an object.