in reply to Re: Is possible to force the execution of a END block at runtime, without need to start global destruction?
in thread Is possible to force the execution of a END block at runtime, without need to start global destruction?

I think the problem is the modules that already have END block. If the modules are a part of a different distribution, either bundled with Perl or from CPAN, do you really want to change all those? The trick is to call END transparently.
  • Comment on Re: Re: Is possible to force the execution of a END block at runtime, without need to start global destruction?