Help for this page

Select Code to Download


  1. or download this
    sub award_score {
    #awards one of three scores to a tupel of 
    ...
      }
      return $result;
    }
    
  2. or download this
    
    my $result_x= award_score($best_x,$block1,$position1);
    ...
    if ($result_x eq $result_y) {
      ...
    }