foreach my $buechereien (@kk) { last if $i++ > 10; printf "%02d. %s\n", $i, $buechereien->customer->plzort; # This is where the problem occurs: foreach my $kontakte ( $buechereien->kontakte ) { printf " %s\n", $kontakte->aktion_kurz; } }