in reply to using TIEHASH as wrapper/proxy, while avoiding recursion and warnings
Do you really have to wrap / rebless an existing object or can you just create a fresh object that is tied/overloaded/whatever that uses AUTOLOAD to redirect the accesses and method calls to the "original" object?
Otherwise, I see very little beyond reblessing/re-tieing.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: using TIEHASH as wrapper/proxy, while avoiding recursion and warnings
by LanX (Saint) on Apr 21, 2024 at 18:35 UTC |