in reply to
Adding multiple items to a hash
$hash{a}='a'; $hash{b}='b';
Comment on
Re: Adding multiple items to a hash
In Section
Seekers of Perl Wisdom