in reply to How do I push new data into an existing hash?

And if it is a hash ref, use the arrow operator:
$hash -> {key} = $val;