Help for this page

Select Code to Download


  1. or download this
    TextString1 \t 23.67 \t 57 \t 90.8 
    TextString2 \t 20.9 \t 58 \t 99
    
  2. or download this
    Text String \t SU1 \t SU2....\t SU-Average \t MU1 \t MU2......\t MU-Av
    +erage
    
    TextString1 \t [value from Row 1 - Column 2 of SU1] \t [value from Row
    + 1 - Column 2 of SU2] \t [Avg of SU1 & SU2] ...like that
    
  3. or download this
    for(my $i = 0; $i < $total_lines_in_each_file; $i++){
    print(OUTPUT "$TextString[$i]\t$su_first[$i]\t$su_second[$i]\t$su_thir
    +d[$i]\t$su_average\t$mu_first[$i]\t$mu_second[$i]\t$mu_third[$i]\t$mu
    +_average \n");
    }
    
  4. or download this
    Text String \t 57 \t 58 \t Avg(57,58)
    
  5. or download this
    su1_file 1
    "abc"    6    8
    ...
    def    7    70    700    ***
    ghi    2    20    200    ***