in reply to Re: Comparing hashes without sorting the keys
in thread Comparing hashes without sorting the keys

Your new code won't work either! Try it with:

my %aa=(aa=>'a aa'); my %bb=(a=>'aa aa');

-sam

Replies are listed 'Best First'.
Re: Re: Re: Comparing hashes without sorting the keys
by Popcorn Dave (Abbot) on Feb 20, 2004 at 04:34 UTC
    Okay, I give. :)

    svsingh pointed out the same thing to me. Like I said originally, the best way to do it is with the module and the hash reference.

    There is no emoticon for what I'm feeling now.