I posted something earlier (HoAoA), but what I actually need (upon further research), is AoHoA...so, I decided to repost! This is what I got so far:
Is this correct? If so, the next question I have is...how would I POP an element from @array?
Thanks!
Code:
$hash{THIS} = [@array];
$AoHoA[0] = %hash;
Is this correct? If so, the next question I have is...how would I POP an element from @array?
Thanks!