Help for this page

Select Code to Download


  1. or download this
    print int($x*100 + 0.5)/100 ;
    
  2. or download this
    sub show {
     my ($y, $p) = @_ ;
    ...
    } ;
    
    show("1.15", 20) ;