in reply to Comparing string hex / korean
I can't find how to convert this string :(
use String::Unescape qw(); String::Unescape->unescape('\\xeb\\xa6\\xac\\xec\\x9e\\x91') # expression returns "\xeb\xa6\xac\xec\x9e\x91" [download]