sub getrec1 { @in1 = (); if (!eof(F1)) { (@in1) = split /\t/, ; chomp $in1[2]; } }