Help for this page
Select Code to Download
Select
or
download this
$hash1{$_} = $hash2{$_} for keys %hash2;
Select
or
download this
@hash1{keys %hash2} = values %hash2;