Help for this page
Select Code to Download
Select
or
download this
for (1..2) { while (($k,$v) = each %hash) { do_something_with($k, $v); } }