I read in a file and process three fields per record. For speed I wish to store them in hash arrays.
Field 1 is the key field, the one I search for. When I get the reply, I want the related data
from the other hash arrays, i.e. the three fields are related. What is best way to store
that data?
Thanks,
Joe