in reply to
Strange (rounding?) problem
Something like
for($i=0; $i!= 10 ; $i += 0.10) { print $i; }
will loop forever coz of the floating point :)
Don't try this at home kids.
Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur.
Comment on
Re: Strange (rounding?) problem
Download
Code
In Section
Seekers of Perl Wisdom