in reply to Re: Matching Many Strings against a Large List of Hash Keys (case insensitively, longest key first)
in thread Matching Many Strings against a Large List of Hash Keys (case insensitively, longest key first)

I didn't use the hash in the example, but I do want to use it!
If (/..../) { $hash_value = $hash{$1???} }
  • Comment on Re^2: Matching Many Strings against a Large List of Hash Keys (case insensitively, longest key first)
  • Download Code