in reply to Overcoming image lock WWW::Mechanize
Why don't you download the images using the WWW::Mechanize object you already have? Each WWW::Mechanize object already is-a LWP::UserAgent object, so it doesn't make sense to me to use a different LWP::UserAgent object if you want to save data. Maybe it would also help if you showed the code that doesn't work instead of the code that works.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Overcoming image lock WWW::Mechanize
by jonnyfolk (Vicar) on Feb 13, 2009 at 11:56 UTC |