现在用这个
use XML::Simple;
my $xs1 = new XML::Simple;
my $doc = $xs1->XMLin($file);
读入是正常的,但中文print出来就不对了,binmode(STDOUT, ":utf8")更不行。。。
--
>: ~
use XML::Simple;
my $xs1 = new XML::Simple;
my $doc = $xs1->XMLin($file);
读入是正常的,但中文print出来就不对了,binmode(STDOUT, ":utf8")更不行。。。
--
>: ~
没有评论:
发表评论