my @array; my $a; push (@array, @daten); print "Anzahl: ".scalar(@array)."\n"; for $a(@array){ } print $array[$counter] . "\n";