in reply to Re: Re: Comparing all keys in a hash
in thread Comparing all keys in a hash

slaps($self);
Good catch. I actually did benchmark the two approaches and diotalevi's is around 25% faster on non matches and the string compare is about 14% faster when hashes match.

-Lee

"To be civilized is to deny one's nature."
  • Comment on Re: Re: Re: Comparing all keys in a hash