in reply to Re^2: Remove u200b unicode From String
in thread Remove u200b unicode From String

Did you see my comment about the string needing to be recognized as Unicode by perl? If perl is seeing utf8 bytes, it can't match a unicode character.

Try printing this:

use B; say B::perlstring($myvalue);