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

Hi: ig

Thank you for your post. I am testing various ways of getting the job done. Your method does interest me however, due to my lack of knowledge, I have been having difficulty reading though the code with full understanding. I feel I need this to enable me to effectively replace variables and files for the script to work on.

TheCanadian

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

Replies are listed 'Best First'.
Re^3: Merging Two CSV files Based on Two Columns
by ig (Vicar) on Sep 14, 2012 at 23:04 UTC

    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.