Help for this page

Select Code to Download


  1. or download this
    SV = PV(0xb8de060) at 0xbbabfa0
      REFCNT = 1
    ...
      CUR = 15
      LEN = 16
    
  2. or download this
    my $str = $original_value;
                                Dump $str;
                                $str = decode("utf-8", $str);
                                Dump $str;
                                Dump encode('latin1', $str);