Hello!
I have a couple of questions about using hashes.
1) Is there a maximum number of elements that I can use in a hash?
2) I have a couple of hashes and I would like to keep them in seperate file from my main program. I tried to use "require" to bring them in when the program is launched, but this does not work. No errors though. I do have a "1;" at the end of my hash file that I'm trying to include. I also tried "use".
Any ideas?
Thanks.