Help for this page
my %grave; sub bury { my( $object )= @_; ... my( $string )= @_; return delete $grave{$string}; }