in reply to
Can't use string as a HASH ref problem
tl;dr, but it sounds like you want each hash key to have multiple values. In that case, you want to
push
into a hash-of-arrays. Refer to
perldsc
. See also
http://sscce.org
Comment on
Re: Can't use string as a HASH ref problem
Replies are listed 'Best First'.
Re^2: Can't use string as a HASH ref problem
by
etricaen
(Novice)
on Apr 11, 2016 at 13:58 UTC
thx push works one problem solved :)
[reply]
In Section
Seekers of Perl Wisdom