Re: LWP Logging or the such..

2004-02-16 Thread R. Joseph Newton
Martin R Morales wrote: > Good Morning/Afternoon Everyone, > > I have been reading up on LWP::UserAgent and HTTP::Request of the LWP package. > This is good stuff. > But I am still confused about a couple of things. Here is ther senario. I have > a file I want to download from > my server and

Re: LWP Logging or the such..

2004-02-16 Thread Rob Dixon
Martin R Morales wrote: > > Martin R Morales wrote: > > > > I have been reading up on LWP::UserAgent and HTTP::Request of the LWP > > package. This is good stuff. > > But I am still confused about a couple of things. Here is ther > > senario. I have a file I want to download from > > my server and

Re: LWP Logging or the such..

2004-02-16 Thread Martin R Morales
Update:: I have figured out how to save to file .. I have to open a file handle .. duh? yeah .. i know. Okay, but I would still like suggestions on saving my http responses to file .. like a log file of what the script was trying to do on execute. ~Martin Martin R Morales wrote: Good Morning

LWP Logging or the such..

2004-02-16 Thread Martin R Morales
Good Morning/Afternoon Everyone, I have been reading up on LWP::UserAgent and HTTP::Request of the LWP package. This is good stuff. But I am still confused about a couple of things. Here is ther senario. I have a file I want to download from my server and I can do that with LWP. But what I'm