in reply to Re^3: Using GET in a loop
in thread Using GET in a loop

I think it is the $content_full variable. I printed content_full into a file last week and it got bigger and bigger being appended.

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.