in reply to Re: pattern string match while reading from the file
in thread pattern string match while reading from the file

I think that this approach is much better than anything before (and I would have suggested something along the same line if you had not done it).

Storing the data in a hash (or possibly an array) makes it possible to have instant in-memory access to the data, instead of having to read through the file each time over.

Je suis Charlie.
  • Comment on Re^2: pattern string match while reading from the file