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

Just following the lead of things like cmp. Better yet, name the function to describe what it returns, e.g. "Differ" or "Match" (so
if (Match($a,$b) or Differ($c,$d))
does what it says.