Help for this page
my %a = ( k1 => 1, ... }, ); my %c = (%a,%b);
%c = ( 'k1' => 5 ... 'kk4' => 4 }, );