Help for this page

Select Code to Download


  1. or download this
    package A;
    ...
    ...
        $self->SUPER::DESTROY;
        return;    
    }
    
  2. or download this
    package A;
    ...
    ...
        warn 'B::DESTROY';
        return;    
    }