in reply to Re^3: Using GET in a loop
in thread Using GET in a loop
There is a hint at this problem in the LWP::User Agent documentation. It states that there should be a new object for each request. Presumably, because an internal variable in GET is appended and not replaced with each new request.
|
|---|