in reply to
Fast Way to Combine Two Hashes
my %total = (%hash1, %hash2);
[download]
I was wondering about this myself recently, and I'm amazed that this works. :-)
Comment on
Re: Fast Way to Combine Two Hashes
Download
Code
In Section
Seekers of Perl Wisdom