Help for this page

Select Code to Download


  1. or download this
    foreach $Name(sort keys %x) {
        $total_x= $x{$Name};
        $total_y= $y($Name};
    ...
            
            printf INTFILE "%-50s %10.3f %15.2f %10.3f %10.5f\n", $Name, $
    +total_x, $total_y, $total_value;
    }
    
  2. or download this
    Name    x     y    total_value
    abc     3     4         5
    xyz     2     1         8
    
  3. or download this
    Name   x     y   total_value
    xyz    2     1      8
    abc    3     4      5