Help for this page
my $inAbort;
sub abort_routine { return if $inAbort; ... $MW->destroy(); debug("-abort_routine"); }
... ... sub do_close { $MW->destroy(); }