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.
|
---|
In Section
Seekers of Perl Wisdom