On a Windows NT machine, I run lynx like lynx -dump http://mywebserver/cgi-bin/myscript.pl?myarg where mywebserver is an apache web server running on another SunOS machine. Basically the CGI script myscript.pl returns a VERY SIMPLE BUT VERY LARGE HTML file like <HTML><HEAD><TITLE>mytitle</TITLE></HEAD><BODY><PRE> abcdefgabcdefg11111222223333344444555556666677777 ................................................. abcdefgabcdefg11111222223333344444555556666677777 </PRE><BODY></HTML> The size of the HTML file depends on the argument myarg. If the size is not too large, then lynx works fine. But if the size is too large (>10MB), then the NT system always gives me an error message like "floating point execption", "division by zero". Does anybody have any idea about this problem? ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
