in reply to Re: Safe::World/0.01 - Create multiple virtual instances of a Perl interpreter that can be assembled together.
in thread Safe::World/0.01 - Create multiple virtual instances of a Perl interpreter that can be assembled together.
About the call of DESTROY() from CLEAN(), well, as is documented in POD, CLEAN() shouldn't be called by hand, only by DESTROY. Actually DESTROY() call CLEAN(), but if you call CLEAN before DESTROY, CLEAN call DESTROY to make the rigth process. Soo, I use some flags to ensure that DESTROY and CALL are called only 1 time, and to avoid a recursion loop.
Graciliano M. P.
"Creativity is the expression of the liberty".
|
|---|