--- loncom/lonnet/perl/lonnet.pm 2022/09/19 21:11:55 1.1172.2.146.2.7 +++ loncom/lonnet/perl/lonnet.pm 2023/01/16 19:10:08 1.1172.2.146.2.8 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1172.2.146.2.7 2022/09/19 21:11:55 raeburn Exp $ +# $Id: lonnet.pm,v 1.1172.2.146.2.8 2023/01/16 19:10:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4659,6 +4659,7 @@ sub get_scantronformat_file { close($fh); } } + chomp(@lines); } return @lines; }