Thread Counter: zählen (15 answers)
Opened by Gast at 2006-02-13 17:36

esskar
 2006-02-13 22:21
#62932 #62932
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
[E|B
,13.02.2006, 18:38]@Crian

Was macht + in deinem Beispiel konkret? Ich kann das Ergebnis nicht nachvollziehen.

#!/usr/bin/perl
my $x = 100;
my $y = 1000;
my $z = 3;
print +($x + $y) * $z;
print "\n";
print ($x + $y) * $z;
print "\n";
^Z
3300
1100

print nimmt eine liste

View full thread Counter: zählen