Help for this page

Select Code to Download


  1. or download this
    sub DESTROY {
        my $id = refaddr shift;
        delete $_->{ $id} for \ ( %street, %city, %state, %zip);
    }
    
  2. or download this
    #class Address (Alter-based)
    package Address;
    ...
    }
    
    1;