- or download this
DiveVal(\%hash, map \$_, @elts) = $val;
- or download this
$hash{ $elts[0] }{ $elts[1] }...{ $elts[n-1] } = $val;
- or download this
foo.bar=val
foo.bar.baz=val
- or download this
$hash{$new_key} = delete $hash{$old_key};
- or download this
$hash{$new_key} = delete $hash{$old_key}
if exists $hash{$old_key};