Help for this page

Select Code to Download


  1. or download this
    sub dollars_to_cents { map { int ($_*100+0.5) } @_; }
    $dollars=<STDIN>
    $cents=dollars_to_cents($dollars)