in reply to
Pkg::END{} executes 2+ times, on how many times use Pkg; or do Pkg.pm;
If you have a fork() both the parent and the child will execute the END.
Comment on
Re: Pkg::END{} executes 2+ times, on how many times use Pkg; or do Pkg.pm;
In Section
Seekers of Perl Wisdom