NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
It dies during global destruction... (Score:1)
The only safe way to handle things here is make sure that your objects die before global destruction.
Reply to This
Re:It dies during global destruction... (Score:2)
Re:It dies during global destruction... (Score:1)
And global destruction's unordered, which is likely where your problem lies.
Do you have a reference for this? I've looked and can't find a thing about it.
I did find this in Programming Perl, 3rd Edition (page 331)
Re:It dies during global destruction... (Score:1)
Re:It dies during global destruction... (Score:2)