Help for this page

Select Code to Download


  1. or download this
    while (<LOOPFILE>) {              # Reads first line
     foreach (sort <LOOPFILE>) {      # Reads the rest of the line.