- or download this
${%$Hash_reference}
- or download this
${\%$Hash_reference}
- or download this
${ ... expression that returns a hash reference ... }{ ... }
- or download this
${ %$Hash_reference }{ ... }
- or download this
${$Hash_reference}{$values[0]} = \@values;
- or download this
$Hash_reference->{$values[0]} = \@values;