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

thanks Diotalevi,
can you explain a little more this number of hash buckets vs hash buckets used values for each hash..

so there is not a smart way to do this ?

lor*
  • Comment on Re: Re: Comparing hashes without sorting the keys

Replies are listed 'Best First'.
Re: Re: Re: Comparing hashes without sorting the keys
by diotalevi (Canon) on Feb 18, 2004 at 19:12 UTC
    The smart way uses either Storable or the (unknown to me) Data::Compare module someone else recommended. You can find more information about hash buckets by using Super Search.