sub DESTORY { my $self = shift; warn "DESTORYING $self"; } #### sub DESTROY { my $self = shift; warn "DESTROYING $self"; }