in reply to Using stringified refs for unique IDs?

I assume this is backed up by
sub DESTROY { my $self = shift; delete $TEMPS{"$self"}; }
As long as you're not overloading "" in some evil way, this should work fine.