in reply to Re^2: Merge Hashrefs
in thread Merge Hashrefs

Note that the above is *really* inefficient (or at least it was). You might consider:  @hash1{ keys %hash2 } = values %hash2; Which is more efficient.