in reply to
(Dermot) Re: hash loop print
in thread
hash loop print
This time I want to do a hash referenced by an array, Would it be something like this...it is not right yet. for (1..10){ push@{$numbers{$_}}, $found
10
; } for (1..10) { print $numbers{$_}; }
Comment on
RE: Re: hash loop print
In Section
Seekers of Perl Wisdom