Help for this page

Select Code to Download


  1. or download this
    while (my $team = $league->teams->next ) {
      ...
    }
    
  2. or download this
    while (my $team_league = $league->team_league->next ) {
      my $team = $team_league->team;
      ...
    }