in reply to Re: Adding data to hashes & comparing
in thread Adding data to hashes & comparing
Ah. That makes sense. I was wondering what happened. So I have two Arrays, @get_array and @post_array which are array of hashes.
What is a more efficient way that doing nested foreach loops for when I do my comparing? That seems like a bunch of uneeded processing, and there might be some kind of seek, or....?