Help for this page

Select Code to Download


  1. or download this
    $objects{$obj} = $info_about_me;
    
  2. or download this
    sub DESTROY {
        my $self = shift;
        delete $objects{$self};
    }