in reply to Re: Catching an object going out of scope
in thread Catching an object going out of scope
In perl 5.005_3 you can't do just nothing about circular refs. The only thing you can do is give user a chance to release reference cycle manualy (by calling $o->release method for example).
|
---|