On Tuesday 12 September 2006 05:48, Tom Phoenix wrote:
> If it's a large amount of data and you want to process it a line at a
> time, say, it should be easy to write your own buffer-handling code.
> Is that what you want to do?
Yes, however I'm accessing the data via HTTP, and so I'd really like to take 
advantage of all the LWP like stuff that's available, so that I don't have to 
write my own HTTP parser. In Java, using the commons-httpclient library, I 
would say:
InputStream in = get.getResponseBodyAsStream();
I want some way of doing the equivalent in Perl.

-- 
Robin <[EMAIL PROTECTED]> JabberID: <[EMAIL PROTECTED]>

Hostes alienigeni me abduxerunt. Qui annus est?

PGP Key 0xA99CEB6D = 5957 6D23 8B16 EFAB FEF8  7175 14D3 6485 A99C EB6D

Attachment: pgpOrn5jZWobi.pgp
Description: PGP signature

Reply via email to