my $count = 0; foreach my $bild (@bilder) { print qq~~; print "
" if ++$count % 2; }