in reply to Re: Re^4: Execution order of END/CHECK vs BEGIN/INIT (exit??)
in thread Execution order of END/CHECK vs BEGIN/INIT
I regard the POSIX version of exit() to have little to nothing to do with Perl, using it is like using Inline::C and then calling exit() within that.
About automatic destructors, that is a difference of perspective. But any package that wishes has the option of defining an unimport method, which allows the user to notify the package that it is no longer used through calling no. (Admittedly, very few modules implement this.)
|
|---|