while (my $team = $league->teams->next ) { ... } #### while (my $team_league = $league->team_league->next ) { my $team = $team_league->team; ... }