Help for this page

Select Code to Download


  1. or download this
    keys %hash;  # Reset iterator
    while (my ($k, $v) = each(%hash)) { ... }