Help for this page
package Child; use base qw(Mother Father);
package Child; use base qw(Mother Father); sub DESTROY { $_[0]->EVERY::DESTROY }