Help for this page

Select Code to Download


  1. or download this
    sub compare {
      my ($points, $quota) = @_;
    ...
      }
      return 15;
    }
    
  2. or download this
    my @comparisons = reverse map { [ ($_-15)*2000, $_ ] } 16 .. 24;