in reply to 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{$_}; }
| A reply falls below the community's threshold of quality. You may see it by logging in. |