Peter Scott Wrote: > my %h; > @h{@vars} = (); > if (keys %h != @vars) { $youlose = "yes"; } Maybe I'm missing something - won't these *always* match, since @vars has been used to create keys %h? It seems that way when I test it. What I want to detect is whether any two of the values within @vars are identical. Will this do that? -T
- Matching strings twelveoaks
- Re: Matching strings Peter Scott
- Re: Matching strings twelveoaks
- Re: Matching strings Peter Scott
- Re: Matching strings twelveoaks
- Re: Matching strings Hasanuddin Tamir
- Re: Matching strings Martin van-Eerde
- RE: Matching strings Wagner-David
- Re: Matching strings Martin van-Eerde
- Re: Matching strings Paul
- Matching strings Sofia
- Re: Matching strings Lynn Glessner
- Re: Matching strings Brent Michalski