Help for this page

Select Code to Download


  1. or download this
    
    use List::Util qw(max min);
    ...
        }
    }
    
  2. or download this
    open (OUT, ">output.txt");
    open (IN, "input1.txt");->original file1 with all data 
    ...
     
    
    print "DONE";