Help for this page
Select Code to Download
Select
or
download this
foreach(keys %a){ $a{$_} = $b{$_} if exists $b{$_}; }
Select
or
download this
@a{keys %b} = values %b;