Help for this page

Select Code to Download


  1. or download this
    # process file1 line by line
    while ($line = <FILE1>) {
    
    ...
        print "Matchinfo: ...";
      }
    }