while(chomp($row = <$fh>)) { #### while(1) { chomp($row = <$fh>) or last;