Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        my $c = sprintf("%0.2f",$b - (18.01528 * ($x - 1)));
        return $c;
    }