Help for this page

Select Code to Download


  1. or download this
        package Child;
        use base qw(Mother Father);
    
  2. or download this
        package Child;
        use base qw(Mother Father);
    
        sub DESTROY { $_[0]->EVERY::DESTROY }