Help for this page

Select Code to Download


  1. or download this
    sub srs_full_matrix {
        my $mov = shift;
    ...
        return $srs->slice(":,(0)");
    }
    
  2. or download this
    sub load_srs_data {
        my $games = shift;
    ...
        }
        return \%team, \%team_map, $mov, $played;
    }