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{$_}}, $found10; } for (1..10) { print $numbers{$_}; }