Thread PERL vs. C: gleicher Code, anderes Ergebnis (47 answers)
Opened by docsnyder at 2005-09-14 16:16

Gast Gast
 2005-09-15 00:03
#57982 #57982
[quote=murphy,14.09.2005, 20:25]Das Verhalten des Codes "$n = $n++" in Perl ist doch klar definiert:[/quote]
Ach? :)
Quote
$i = $i ++;
print ++ $i + $i ++;

Perl will not guarantee what the result of the above statements is.

perldoc perlop

View full thread PERL vs. C: gleicher Code, anderes Ergebnis