Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    $j *= 10000000;
    
    printf "%.0f\n", $j;