for my $player_static ( $roster_rs->all ) { for my $data_currs ( $player_static->player_data_currs->all ) { say $data_currs->team_libl; } }