http://www.perlmonks.org?node_id=11112501


in reply to Re: Iterating over an hash while removing keys
in thread Iterating over an hash while removing keys

That was actually my first version, and I forgot to ask about the behaviour of keys in void context (it was really likely that it didn't expand the list of keys needlessly, but better safe than sorry :) ).

Thanks!

  • Comment on Re^2: Iterating over an hash while removing keys