in reply to Re: Re: Downloading image files using LWP
in thread Downloading image files using LWP

Are you sure that the remote image is getting changed between iterations?? If not, then the program is doing what it should. If you want the image regardless of wether or not it has been modified, then delete or rename the local copy.

To test, create a logo.gif file and copy it in place of the cached version before making the new request. It should notice a later last modified time and get the newer file.

~Hammy

  • Comment on Re: Re: Re: Downloading image files using LWP