Steve Borruso <[EMAIL PROTECTED]> writes:
> I observed the following when running it -
>
> It takes minutes to process each getstore.
> Each url does not always fail everytime.
> When one does fail, the program exits (no rc or error msgs).
> When I view the resulting images via a browser, the last one processed is
> always a partial image.
I experienced absolutely none of these problems with your program. It
downloaded all URLs in about 15 seconds total, none failed, when one
did fail (because I had the download directory set wrong) it reported
it correctly and continued on to the next one, and when it downloaded
the images, every one of them (including the last) worked.
You should probably check what version of Perl and LWP are installed
on the machine you're running on. Or you might want to just make sure
that it's the latest LWP, and a reasonably recent version of Perl
(does anybody know about any incompatibilities between particular
versions of Perl and LWP?...).
It could also be a network problem, or a problem with a transparent
Web cache. Try running the script from a couple different places, and
see if that points to whether it's a problem with the network where
you're running it, or the particular machine/Perl installation it's
running on.
------ScottG.