in reply to (jeffa) Re: Getting the Value of a single hash key
in thread Getting the Value of a single hash key

I know, but the file I have is formatted value=key. So that is correct. The problem is that I get this output:
NOT: ARRAY(0x1a99a98) != Source1 NOT: ARRAY(0x1a752ec) != Source2 NOT: ARRAY(0x1a99a98) != Source3

Replies are listed 'Best First'.
Re: Re: (jeffa) Re: Getting the Value of a single hash key
by ChrisS (Monk) on May 06, 2003 at 19:58 UTC
    You may be building your hash incorrectly, because it looks like the values are array references. Could you post that code?