Help for this page

Select Code to Download


  1. or download this
    my $last = each %hash;
    while (defined $last) {
    ...
        }
        $last = $next;
    }