我有以下哈希哈希:
%HoH = (
flintstones => {
husband => "fred",
pal => "barney",
},
jetsons => {
husband => "george",
wife => "jane",
his boy => "elroy",
},
simpsons => {
husband => "homer",
wife => "marge",
kid => "bart",
},
);
如何迭代每个内部哈希(比如燧石)并为每次这样的迭代提取键名(丈夫、朋友)和相应的值?