Help for this page

Select Code to Download


  1. or download this
    while (( $key, $value) = each %hash) {
        print $key, "\n";
        delete $hash{$key}; # this is safe
    }