Yeah, yeah, I've heard the answer before: use Net::FTP. But that's not what Anonymous really asked. With perl there's almost always more than one way to do it, but I'm curious to see if can be done this way--with LWP. Is this simply a limitation of the LWP module? Is there no way to tell LWP ow to do buffering? FWIW, I ran into a similar situation once while working on an embedded platform that made adding modules very difficult. It's nice to be working on PC platforms again, where adding modules is easy, but I will never again tell someone who for some reason resists using some module to use it anyway. I'll be watching this thread to see if the problem can be solved, methinks....

In reply to Re: Reducing LWP Buffering by Anonymous Monk
in thread Reducing LWP Buffering by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.