in reply to Re^2: Best way to search file
in thread Best way to search file
Feel free to reach out, but I doubt that you will have any trouble with it, once you’ve studied the previous example. (If you do, don’t waste your own time: ask.)
Also: when you load the data into your hash, you should not take for granted that there is not an error in your input-file. As you load the hash, I would recommend that you test to see if the key already exists() in the hash, and die() if it does. “Trust, but verify.”
The data volumes that you indicate certainly seem to be appropriate for the use of a hash, and that’s the way I would pursue it.
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Best way to search file
by insta.gator (Novice) on Apr 16, 2015 at 18:19 UTC | |
by Marshall (Canon) on Apr 16, 2015 at 21:02 UTC |