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;
[download]
Comment on
Re: How do I push new data into an existing hash?
Download
Code
In Section
Seekers of Perl Wisdom