NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
LWP does it (Score:1)
LWP does it if you ask for the $response->decoded_content instead of $response->content. The decoded_content method was introduced in LWP-5.802.
From: http://www.issociate.de/board/post/155483/Downloading_a_page_compressed.html [issociate.de] ( Look for message #559404 )Re:LWP does it (Score:1)