in reply to Re: Get AoH values into array
in thread Get AoH values into array

Thank you monks

I'm not worried about the inefficiency of loops, my data set is not large. It was just that once I learned that I can put 2 arrays into a hash like this

my %h; @h{@a}=@b;
I sort of hoped there were other loop avoiding constructs to learn.. Loops are so c.

Cheers
Weevil