my $bi = Rdw::BigInt->("10"); $bi->add("90"); $bi->mul("10"); print $bi->get_data(); # "1000"