Help for this page

Select Code to Download


  1. or download this
    while (my $line = <$input>)
    {
    ...
        printf $output " %10.3f", $columns[$_] for 3 .. $#columns;
        print  $output "\n";
    }