in reply to Destructor Level
IIRC, PERL_DESTRUCTOR_LEVEL is a #define that sets how many passes perl makes at trying to destroy things in order when the interpreter ends normaly, before destroying things out of order (or just killing them -- I don't recall which).
Strangely, google and perldoc.com don't show any hits for PERL_DESTRUCTOR_LEVEL -- try greping the perl source for it, and reading nearby comments.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Destructor Level
by sauoq (Abbot) on Sep 14, 2002 at 17:41 UTC |