Thread arrays vergleichen
(23 answers)
Opened by blaise4714 at 2007-04-24 16:21
[quote=styx-cc,24.04.2007, 15:41]Aber muesste mein obiger Code dann nicht eine Warnung werfen, da ich ja bei scalar(@arrays2) das -1 vergessen habe und zum Ende hin ein nicht vorhandenes Arrayelement versuche anzusprechen?[/quote]
Nö. Du benutzt ja < und nicht <=. Das Beispiel würde allerdings den letzten Index auslassen: my $i=$[; $i<$#arrays2;$i++ hier muss ein <= hin\n\n <!--EDIT|opi|1177424755--> What is a good module? That's hard to say.
What is good code? That's also hard to say. One man's Thing of Beauty is another's man's Evil Hack. |