in reply to Re: Compare two index lists
in thread Compare two index lists

He used regular expressionn matching... so your example is fine if the hash is tied via Tie::Hash::Regex or Tie::Hash::Approx, but otherwise...

Carter's compass: I know I'm on the right track when by deleting something, I'm adding functionality

Replies are listed 'Best First'.
Re: Re: Re: Compare two index lists
by monktim (Friar) on Aug 11, 2003 at 17:53 UTC
    I agree but it seemed like he was looking for any solution that worked. "I have used different methods of looking for a match.(eq, ==, /^var2$/)". Thanks for pointing it out.