Bug#294386: Arithetical bug in perl?

2005-02-09 Thread Rafal Ramocki
Package: perl Version: 5.6.1-8.8, v5.8.4-5 I was writing a small script, but happened something wired. This is my script: - #!/usr/bin/perl my $z1=1; my $z2=1; while ($z2 3 ) { $z1 = $z1 + 0.01; if ($z1 7.11) { $z1 = 0.01; $z2 = $z2 + 0.01; print z2=

Bug#294386: acknowledged by developer (Re: Bug#294386: Arithetical bug in perl?)

2005-02-09 Thread Rafal Ramocki
On Wed, 09 Feb 2005 11:48:30 -0800, Debian Bug Tracking System wrote This is an automatic notification regarding your Bug report #294386: Arithetical bug in perl?, which was filed against the perl package. It has been closed by one of the developers, namely Florian Weimer [EMAIL PROTECTED