http://www.perlmonks.org?node_id=1014115


in reply to Timing of garbage collection

I've got a class that indexes members as they're created, and I need to keep that index clean because due to outside factors I don't control the same keys may come back fairly soon (outside forces prevent actual conflicts, but they do allow the same key to come up in close proximity in time).

Huh?