in reply to unwanted cache when using LWP to get content of a page

Hi!
You should try to use <code> tags instead of whatever you used, because your post is scrambling the formatting of the whole page.

Try putting

$request->header( 'Cache-Control' => 'no-store' ); $request->header( Pragma => 'no-cache' );
before
my $response = $browser->request #...
and that should avoid your proxy from keeping the cache.
[]s, HTH, Massa (κς,πμ,πλ)