Help for this page

Select Code to Download


  1. or download this
     while (<FILE2>) {
    
    ...
    
         print OUT2 $_;
    }
    
  2. or download this
    sample input:
    0  1
    ...
    0  1 0.85 0.20
    0  1 0.65 0.50
    1  0 0.23 0.48