in reply to Reading from two files at once
I'm not sure about iterating through two files at once though. Perhaps a more experienced monk knows of a way to do that. Without seeing some sample data or the criteria on which you will match records, it's hard to offer much help. However, I would probably use a hash instead of an array. Hashes are much better forthat type of comparison.open(FILEa,"/path/to/file"); open(FILE2,"/path/to/another/file");
|
|---|