--- loncom/lonnet/perl/lonnet.pm 2022/06/08 20:49:09 1.1487 +++ loncom/lonnet/perl/lonnet.pm 2022/06/11 14:20:42 1.1488 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.1487 2022/06/08 20:49:09 raeburn Exp $ +# $Id: lonnet.pm,v 1.1488 2022/06/11 14:20:42 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4918,6 +4918,7 @@ sub get_scantronformat_file { close($fh); } } + chomp(@lines); } return @lines; }