foreach(keys %a){ $a{$_} = $b{$_} if exists $b{$_}; } #### @a{keys %b} = values %b;