Help for this page

Select Code to Download


  1. or download this
    foreach (@currentLine[3 .. 11]) {
       printf ("%.*f", $currentLine[2], $_/(10 ** $currentLine[2])
    }