in reply to Re: incrementing hash values
in thread incrementing hash values

But his until !defined $hash{$key} fails so long as incrementing does not change the stringified value of $key. He might get an infinite loop, but it can't be the reason for entries in the hash getting overwritten.

Makeshifts last the longest.