Help for this page

Select Code to Download


  1. or download this
        while (my ($key, $val) = each %hash) {
            next if defined $val;
    ...
            }
            $heap->insert($key);
        }