Help for this page

Select Code to Download


  1. or download this
    >perl -e'print 37.73*100'
    3773
    
  2. or download this
    >perl -e'print int(37.73*100)'
    3772