in reply to Help creating HASH for file comparison

To me this sounds more like a database job, especially if your files grow very large. Fortunately, Perl can do this as well. Have a look at module DBD::CSV.

  • Comment on Re: Help creating HASH for file comparison