Help for this page

Select Code to Download


  1. or download this
    sub compare_hash_keys {
        my ($h1,$h2) = @_;
        my $test; # A temporary variable for holding a result so it doesn'
    +t have to be recomputed.
    ...
    
        return;
    }