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.
libwww-perl-5.812 (Score:1)
Incompatible types (Score:2)
Using doceded_content is fine, but don't try to stuff its text result back into the byte content container. If you're using decoded_content but don't really care about character sets, supply charset => 'none' and continue using it as you are now.
See also the PM thread at http://perlmonks.org/?node_id=683833 [perlmonks.org] and dngor's solution at http:// [p3m.org]