标签: perl
在perl中使用Mechanize对具有utf-16字符的网站进行机械化调用时出现错误。它显示了此警告:
Mechanize
Parsing of undecoded UTF-16 at /usr/local/share/perl5/LWP/UserAgent.pm line 600
我知道这是在我调用$mech->content()方法时生成的。 Mechanize的内容方法中有没有办法忽略这些警告?
$mech->content()