in reply to Re: Downloading Corrupted Images
in thread Downloading Corrupted Images

The one in the code is one that is corrupted when I download it. Here's a link to it. It works fine in a browser, but in the code I only get garbage.

Replies are listed 'Best First'.
Re^3: Downloading Corrupted Images
by derby (Abbot) on May 10, 2007 at 16:15 UTC

    Well it's not your code. The file downloaded fine for me using your code. I'm using version 1.41 of LWP::Simple. Maybe a permssion problem? You can check the return value of the getstore call.

    -derby