in reply to Re: hash iteration with each
in thread hash iteration with each

Far too much comment, if you ask me. I'd rather do something like
# just in case we aborted a previous iteration half-way through # (see perldoc -f each) keys %hash;
No reason to bloat the code with things better explained by the documentation.

Makeshifts last the longest.