$objects{$obj} = $info_about_me; #### sub DESTROY { my $self = shift; delete $objects{$self}; }