Perl Monks,
for some time I have been working on a perl script which pulls a lot of information out of a mysql database, processes it and gives output which then can be printed.
The retrieving of the data and processing goes fine. Printing about two to five pages of data goes fine. But when I give enough input to process about 60 pages of data, it seems that :
- 1) the script can't handle the amount of data
- 2) the browser can't handle the amount of data
The browser (IE || Mozilla) tells me that it keeps getting data, even while it doesn't. Halway through the document it just stops printing.
When I just retrieve and process the data and run the script without printing anything, all is fine.
Google wasn't much help, neither was the CGI help file... so I turn to you people for enlightenment.
Thanks in advance.
Det