in reply to how to merge Hash

jesuashok,

Did you Super Search this?
my %hash3 = (%hash1, %hash2);

Martin