in reply to Problem in finding hash keys

Most likely if you show us a complete stand alone test script that shows the failure mode you will either discover the problem yourself (win mode 1) or we can reproduce it and show you where the issue is (win mode 2). Either way, spending 5 - 10 minutes to write the sample test script is a win. See I know what I mean. Why don't you?.

If the code changes take longer than the time saved, it's fast enough already.

Replies are listed 'Best First'.
Re^2: Problem in finding hash keys
by Anonymous Monk on Mar 23, 2014 at 02:16 UTC
    Thanks to all of you! GrandFather was correct, I did a silly mistake in building the hash, so a small (but crucial) part of the ID was not included, thus no key could be found afterwards... It's a good practice to write the example code to post to the forum, indeed!
    Thank you!