in reply to Re^2: HASH Array advice
in thread HASH Array advice

as said above, an array would be faster, but I mentioned this mainly in a "right tool for the job" type way.

If you are accessing something based on a numeric index, you might as well be using an array. It's what they were designed for. :)

---
my name's not Keith, and I'm not reasonable.