in reply to Re: Re: Downloading image files using LWP
in thread Downloading image files using LWP
Since you want to force the file to be downloaded, either don't use mirror, or delete the local file before you call it.
The UserAgent request method takes a filename as the second parameter. It will create (or overwrite) the file with the downloaded contents. You should check that the download succeed and returned the expected number of bytes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Downloading image files using LWP
by gnangia (Scribe) on Nov 06, 2002 at 18:37 UTC |