in reply to Re: Array of Hash interface to an Array of Array?
in thread Array of Hash interface to an Array of Array?

I like 2POE too!

Unfortunately consts dont quite hit the spot in this case - for example I have several arrays, with 'name' columns at different offsets, and the AofH and H's get passed around a number of modules, so there are scoping issues.

I was wondering more about some sort of class that I could overlay on an AoA to make the thingies pretend they were Hashes even though there would only be one hash mapping the names to an array offset...

Maybe there is a clue in Abigail's posting... off to google pseudo-hash...

Regards

Jeff

  • Comment on Re: Re: Array of Hash interface to an Array of Array?