in reply to for (($key, $val) = each (%hash)) { } question
in thread Answer: for (($key, $val) = each (%hash)) { } question

Use while, not for.
  • Comment on Answer: for (($key, $val) = each (%hash)) { } question