in reply to
Re: hash loop print
in thread
hash loop print
The answer is ! push(@{ $hash{"KEYNAME"} },"1,2,3,4,5,6,7,8,9,10"); foreach $string (keys %hash) { print "string: @{$hash{$string}} \n; }
Comment on
RE: Re: hash loop print
In Section
Seekers of Perl Wisdom