Thread berechnung stimmt nicht (14 answers)
Opened by kale_1990 at 2006-09-28 11:32

pq
 2006-09-28 13:21
#70363 #70363
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=kale_1990,28.09.2006, 09:32]wobei $gewicht[$x] = 1,85 ist und $rohmaß[$x] = 85 ist
[/quote]
hättest du warnings benutzt, hätte dich perl darauf hingewisen, was
falsch ist.
Code: (dl )
1
2
3
4
perl -wle'
print "2,5" + 1'
Argument "2,5" isn't numeric in addition (+) at -e line 2.
3


also, immer warnings verwenden. und strict. lies mal Wiki:use strict\n\n

<!--EDIT|pq|1159435430-->
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread berechnung stimmt nicht