Help for this page
my %a = ( a => 1, b => 2, ... ); @a{ keys %b } = values %b;
%a = ( a => 1, b => 4, ... d => 8, f => 12, );