The recent discussion of Hash::Util::FieldHash has alerted me to a bug in the current version. It is possible to bypass garbage collection in a field hash through innocent-looking actions like %fieldhash_target = %fieldhash_orig; The target field hash will not be garbage-collected. That's a serious oversight, fortunately easily corrected:Thread Previous | Thread Next