Help for this page

Select Code to Download


  1. or download this
    while ($line1 = <FILE1> ||
               $line2 = <FILE2> ||
               $line3 = <FILE3>) {
         #do stuff with each line
    }