Help for this page

Select Code to Download


  1. or download this
    sub DESTORY {
            my $self = shift;
            warn "DESTORYING $self";
    }
    
  2. or download this
    sub DESTROY {
            my $self = shift;
            warn "DESTROYING $self";
    }