in reply to Different way of rounding
use POSIX qw(ceil); my $rounded = ceil($i*100) / 100; [download]