Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: How to Remove Junk Characters

by wfsp (Abbot)
on Jan 06, 2006 at 19:56 UTC ( [id://521618]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to Remove Junk Characters
in thread How to Remove Junk Characters

Change
my $file_cnt = $res->content;
to
my $file_cnt = $res->decoded_content;

See HTTP::Message for an explanation of the difference.

Many thanks to the search artist kwapping for finding it and to tye for explaining it :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://521618]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-24 00:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found