perl -Mstrict -wE'my $val = 8.95; printf("%.0f\n", 100*$val);'
In reply to Re^2: Behaviour of int() unexpected by ForgotPasswordAgain in thread Behaviour of int() unexpected by ceade1000