in reply to Re: Math::round not rounding correctly
in thread Math::round not rounding correctly

Hmm. Well this seemed to work in this case. I'll test it out.
perl -e 'print int(sprintf("%.10f",(3010*1.15))+0.5)."\n"'
  • Comment on Re^2: Math::round not rounding correctly