On 8/10/06, Nadeem M. Khan nadeem.m.khan@gmail.com wrote:
Hi.
I have a perl hash that has 200 key-value pairs. Something like this:
001 one 002 two ........... 200 two_hundred
My script can read the pairs which are at the top without issues, but from pair 170 onwards, the script fails to read them. Is there any limit on the memory/number of elements in a hash? If I move pair number 171 right at the top, it works.
Well, I moved the hash to a separate file, made the script a bit more modular and now it works.
Regards, NMK.