in reply to Re^2: I need outputting the results of a query in a formatted way to a scalar, so that I can email the results
in thread I need outputting the results of a query in a formatted way to a scalar, so that I can email the results

The total size of the email is 40k. So I don't see why I would get a page overflow error. Any ideas?

From perldiag:

page overflow

(W io) A single call to write() produced more lines than can fit on a page. See perlform.

Either split the write up or increase the page size.

  • Comment on Re^3: I need outputting the results of a query in a formatted way to a scalar, so that I can email the results