Thread Array auslesen
(22 answers)
Opened by mteffenh at 2010-01-29 11:58
deine schleife geht von 0 bis zur anzahl der elemente, also eins zuviel. so eine schleife macht man so:
Code (perl): (dl
)
for my $zz (0 .. $#PTage) Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |