Re: best way of getting a web document

2006-06-25 Thread Anthony Ettinger
On 6/24/06, Matt Johnson <[EMAIL PROTECTED]> wrote: Mumia W. wrote: > Dan wrote: >> LWP or HTTP::Client? >> i've used both and run across..some problems. [...] >> i need the most reliable to fetch the feed, and pass me the body of >> the page so i can pass it to an xml parser of sort. >> >> unles

Re: best way of getting a web document

2006-06-25 Thread Matt Johnson
Mumia W. wrote: Dan wrote: LWP or HTTP::Client? i've used both and run across..some problems. [...] i need the most reliable to fetch the feed, and pass me the body of the page so i can pass it to an xml parser of sort. unless there's something else which can already do that? [...] Hi Dan.

Re: best way of getting a web document

2006-06-24 Thread Mumia W.
Dan wrote: LWP or HTTP::Client? i've used both and run across..some problems. [...] i need the most reliable to fetch the feed, and pass me the body of the page so i can pass it to an xml parser of sort. unless there's something else which can already do that? [...] Hi Dan. I've played with