my($scheck, $echeck); while() { chomp; ($scheck, $echeck) = split; # or whatever. } close(FILE1); # Be tidy.