I have a large, complicated, multifile (too long to post the full thing here) Perl application which uses LWP.
Recently, to deal with a new input source website which automatically HTTP-compressed its responses, I had to modify the script to change a line from using ($objResponse is an...