Help for this page

Select Code to Download


  1. or download this
    my $max = max values %hash;
    my $half = $max/2;
    ...
    print "1: $max\n";
    print "2: $half\n";
    print "3: $keylo, $keyhi\n";