in reply to Re^2: overload + each() bug
in thread overload + each() bug?

The same behavior will show up for keys() and values(), as well.
Incorrect. keys() and values() are not iterators. They return lists composed of data from the hash argument. When used in a 'for' loop, they only get called once.
Remember: There's always one more bug.