Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
      print ($v->{$first} eq $v->{$second} ? "A":$first, " ");
    }
    print "\n";
    
  2. or download this
       print ($v->{$first} == $v->{$second} || 
                    $v->{$first} < 0.6 * scalar(keys %$v) 
                ? "A": $first, " ");