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