in reply to Re: How can I call other objects from my object during DESTROY
in thread How can I call other objects from my object during DESTROY
Regarding:
Objects are destructed in a separate pass before ordinary refs just to prevent object destructors from using refs that have been themselves destructed.That just means that blessed references are destroyed (in no particular order) before unblessed references. So that only helps if object X has an unblessed reference to something, not if object X has a reference to another object. - tye (but my friends call me "Tye")
|
|---|