Thread Frage zur Oder-Anweisung ( || ) (8 answers)
Opened by tsy at 2008-05-19 16:28

bloonix
 2008-05-19 18:15
#109935 #109935
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
sid burn+2008-05-19 14:44:01--
hmm, das ist
1) häßlich
2) fehleranfällig
3) du nutzt anscheind kein "use strict";

...

Dein Skript komplett neu geschrieben.
Code: (dl )
1
2
3
4
for my $i ( 0 .. 19 ) {
next if $i == 14 || $i == 15;
print "$i\n";
}

Das lag mir auch auf dem Herzen. sid++
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.

View full thread Frage zur Oder-Anweisung ( || )