Right: I do an LWP request() and get an HTTP::Response, which I'd like to be in plaintext. But, shock horror, it isn't! As I found to my horror when attempting to write a downloaded HTML file to a file, it came out as a hash reference or something similarly terrifying. How can I turn it into plaintext?