in reply to Fast Way to Combine Two Hashes

my %total = (%hash1, %hash2);
I was wondering about this myself recently, and I'm amazed that this works. :-)