in reply to Re^2: What is the easiest way to merge two hashes?
in thread What is the easiest way to merge two hashes?

No.

Then, the most easy way is to use Hash::Merge or alternatively, implement it yourself by iterating over the keys.

  • Comment on Re^3: What is the easiest way to merge two hashes?