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
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
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
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