On Thu, Sep 3, 2009 at 6:25 PM, Thomas Gaertner<gaer...@tu-cottbus.de> wrote:
> Encoding would be indeed a good idea. I'd gzip the doc and then send it as > Base64 encoded data. That way you can also save a bit bandwidth. No need to do so, unless the document is really large. And in that case, it would make more sense to consider streaming the document contents rather than use encoding and an additional byte buffer. Jochen -- Perl rules: http://xkcd.com/224/