http://qs321.pair.com?node_id=494758


in reply to Parsing and modifying CSV files

The direction I would go is
1) hold the file1 data in a hash so that you can refer to it without a loop
2) scan the file2 data, apply the process logic with the file1 data to each record and write out to a new file

poj