Help for this page

Select Code to Download


  1. or download this
    use Encode;
    
    ...
           my $response_utf8 = decode('UTF-8', $$response_ref);
           $$response_ref = encode('ISO-8859-1', $response_utf8);
      }