On 9/11/06, Robin Sheat <[EMAIL PROTECTED]> wrote:

I'd like to download a file using HTTP, however instead of getting the
result as an in-memory string, or saved to a file, I'd like to be able to
access the content like it was a file (this is because the content downloaded
is being written directly to another program as it is downloaded).

I don't see what you mean. If you want to access it "like it was a
file", why not just save it to a file?

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?

Cheers!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to