I posted a question here before regarding how to extract the plaintext content from an HTTP::Response. The kind people who responded directed me towards content() (or the documentation, hem-hem, which I had read but it seemed to yield no answers). My problem is: my script gets mostly binaries, and content() seems to screw these up majorly. Is there a function to return content without messing up binary stuff? (I don't know what the difference between them is, but the solution's probably fairly easy...)
Thanks in advance.