in reply to Re^2: How do I capture large output in a perl variable
in thread How do I capture large output in a perl variable

I'm still not convinced that the variable isn't capturing all of the output. Perhaps the output is different for different users and the CGI user's output is only a subset of what you get as yourself. It's also possible that the browser times out in downloading a large amount of data though I kind of doubt that. Change your CGI to print the output directly to a file on the server and examine that file to see what the variable is actually capturing.
  • Comment on Re^3: How do I capture large output in a perl variable