>perl -e"printf qq{%.0f\n}, 9007199254740992 + 3" 9007199254740996 even? how odd! #### # If working with cents $tax_amount = sprintf('%.0f', $amount * $tax_rate);