- or download this
${$hash_ref}{key} = ${$array_ref}[1];
- or download this
@$hash_ref{$key1, $key2, $key3};
- or download this
$$hash_ref{$key1};
- or download this
@hash_ref->{$key1, $key2, $key3};
- or download this
$hash_ref->{$key1, $key2, $key3};
- or download this
&{do {... sub {...}}};