Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: LPW $response->decoded_content different on different servers ?

by Transalp (Sexton)
on Apr 29, 2015 at 13:29 UTC ( #1125117=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $charset = $response->content_charset;
    
  2. or download this
    
    ##these lines would both work on all three servers 
    my $dc = $response->decoded_content( raise_error => 1 , charset => 'wi
    +ndows-874');
    my $dc = $response->decoded_content( raise_error => 1 , default_charse
    +t => 'windows-874');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (7)
As of 2023-12-05 22:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (29 votes). Check out past polls.

    Notices?