Help for this page
use utf8; use File::Slurp; ... #Encode::_utf8_off($ustr); # ???? why do I need this? File::Slurp::write_file("a.txt", {binmode=>':utf8'}, $ustr);