in reply to Advice in deciding hash or array
Perhaps you can elaborate on what you are going to do with these data. For example, if you want to make sure you only send one message to each address, and that no file is attached more than once to any message, read the whole file into a hash of hashes, which will ensure unique mail addresses and unique file names. This is the 'most correct' solution to me, but it would also probably consume the most memory (depending on how much redundancy there is in the data). As you said, TIMTOWTDI!
--
I'd like to be able to assign to an luser
|
|---|