in reply to one hash value (array) into another
If you mean having an initial copy that can diverge
$hash{two} = [ @{$hash{one}} ]; [download]
$hash{two} = $hash{one}; [download]