Help for this page
DB<111> %hash1= (a=>1,b=>2) => ("a", 1, "b", 2) ... DB<118> keys %{ {%hash1, %hash2} } => ("c", "a", "b")