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.
Strangely, the script works very well on Linux, but the problem occurs on AIX and HP-UX.
Regards, NMK.