"; while () { chomp $_; $_ =~ s/\r//; if ($Filter && $_ !~ /$Filter/o) { next; } print ($xml?XMLEncode("$_"):"$_"); print "\n"; if (++$i >= $MAXLINE) { last; } } print "