Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
      $num =~ s/\.(\d).*/.$1/; # perform the rounding (as string)
      return $num;
    }
    
  2. or download this
    $xx = 12.0
    $yy = 12.7