Hi,
I am having a slight problem while using LWP. On discussion with Bart, we have boiled down to the following:
Original Page: http://www.inscripts.com/?privacypolicy
Encoding: ISO-8859-1 (as per firefox page info)
I use lwp to get the page and print it immediately using print $response->content;
I have tried placing binmode STDOUT; before the print statement but its still not working.