Please relook. I'm memoizing the underlying individual items. Not the combination of what's being called to GetEMailFor.
"Please read for comprehension!" -- PurlGurl {grin}
-- Randal L. Schwartz, Perl hacker | [reply] |
Yes, but the combination is not what matters. Its almost a red herring. In fact, I'm not even using that ability (yet), I merely provided for it in case I needed it. (and if I find that I don't I will probably take it out.)What is bothering me is that I have to check every key until I find the match, starting from some arbitrary point. (Arbitrary to me, not Perl) I lose the true advantage of an associative array... the hashing algorithm.
By the way, your quote:
"Please read for comprehension!" -- PurlGurl {grin}
Implies that I didn't comprehend your suggestion. I am offended at your arrogance.
| [reply] |
| [reply] |