Help for this page
sub dollars_to_cents { map { int ($_*100+0.5) } @_; } $dollars=<STDIN> $cents=dollars_to_cents($dollars)