Re: Fetching the charset when set in meta.

"Gisle Aas" <[email protected]>
Newsgroups gmane.comp.lang.perl.modules.lwp
Message-ID <[email protected]>
On 1/12/07, Bill Moseley <[email protected]> wrote:
> And if uncompressing was a separate method from decodings I could just
>
>     print $response->uncoompressed_content;
>
> and print the content uncompressed, but still encoded in the original
> encoding.

This would be the same as:

   print $response->decoded_content(charset => "none");

-- 
Gisle Aas
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.