Description
Perl objects can be converted back into ordinary references for specialized metaprogramming and testing cases. It is useful for developers who understand Perl internals and need to undo object blessing deliberately.
Changing object blessing can break invariants expected by modules. Use it only in controlled code, tests, or compatibility work.