in reply to Re: hash iteration with each
in thread hash iteration with each
No reason to bloat the code with things better explained by the documentation.# just in case we aborted a previous iteration half-way through # (see perldoc -f each) keys %hash;
Makeshifts last the longest.
|
|---|