Help for this page

Select Code to Download


  1. or download this
    use Encode qw(encode decode);
    
  2. or download this
    my $thearesp = encode("iso-8859-1", decode("UCS-2LE", $theresponse->co
    +ntent));