Help for this page

Select Code to Download


  1. or download this
    my $inAbort;
    
  2. or download this
    sub abort_routine {
        return if $inAbort;
    ...
        $MW->destroy();
        debug("-abort_routine");
    }
    
  3. or download this
    ...
    
    ...
    sub do_close {
        $MW->destroy();
    }