Package: perl
Version: 5.002-1 (a.out)

The following program prints "0.e-1" instead of "0".

for ($j = 0; $j <= 7; $j++) {
      print "$j\n";
}

Output:
0.e-1
1
2
3
4
5
6
7


Peter

--
 Peter Tobias                                EMail:
 Fachhochschule Ostfriesland                 [EMAIL PROTECTED]
 Fachbereich Elektrotechnik und Informatik   [EMAIL PROTECTED]
 Constantiaplatz 4, 26723 Emden, Germany

Reply via email to