http://qs321.pair.com?node_id=672330


in reply to Re: Hash of Arrays (populating and iterating)
in thread Hash of Arrays (populating and iterating)

Or this way -- why bother with indexes at all?
foreach $animal ( @{ $animals{pets} } ) { push ( @some_animals, $animal ); }


Nobody says perl looks like line-noise any more
kids today don't know what line-noise IS ...