in reply to Re: flexible string value matching in lists
in thread flexible string value matching in lists

I agree with your core suggestion that moving the file data to a hash instead of an array allows me to perform un-ordered/non-sequential matches which is the main problem with my previous approach. Thank you for that !
  • Comment on Re^2: flexible string value matching in lists