Help for this page

Select Code to Download


  1. or download this
    local $/= "# input for ";
    while (<FILE1>) {
            s/1\.00/5/g if /Data\b\n/;
            print;
                    }
    
  2. or download this
    # input for Data
    
    1.00  0.99  0.92
    1.00 -0.22  0.61