in reply to Re^2: int($x) gives strange resultin thread int($x) gives strange result
my $x = 1.159; print +(int($x*100.1))/100; [download]