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