in reply to non-deterministic destructors?
Globals ("package variables") get destroyed in a "random" order. Keep all of your objects in lexicals and this problem should go away. Though a module putting objects into globals would also be a problem. (This has been discussed here before. If anyone finds the previous threads, then post a note here and I'll do the same if I get around to searching.)
- tye (but my friends call me "Tye")
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (tye)Re: non-deterministic destructors?
by mikeB (Friar) on Nov 10, 2001 at 00:33 UTC | |
by tye (Sage) on Nov 10, 2001 at 01:20 UTC |