in reply to Re^2: Merging Two CSV files Based on Two Columns
in thread Merging Two CSV files Based on Two Columns

You don't need to worry about IO::String. That's just a way to get a file handle that reads from a string. You can use a file handle from open to read a real file.

I you have any particular questions about the code, feel free to ask.

  • Comment on Re^3: Merging Two CSV files Based on Two Columns