Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;    
    ...
        }   
        return $k,$v;
    }
    
  2. or download this
        my ($maxkey, $maxmax) = kv_for_largest_v($distances{$key1};
    
  3. or download this
    sub kv_for_largest_v {
        my $hr = shift;
    ...
        }
        return \@rv;
    }