in reply to Re^5: How to call Encode::decode from Perl XS
in thread How to call Encode::decode from Perl XS

Once a module is loaded, it's loaded for the whole interpreter. If you don't import decode, you'll need to qualify the function name (Encode::decode(...)).