in reply to HTTP::Response(s)

I seem to recall from my using of LWP long ago, that the text is in the hash somewhere, such as _content or something like that...

Update ahh $res->content holds it, it looks like ($res being the response object)
                - Ant