perl 网页编码转换

来源:互联网 发布:php无组件上传类 编辑:程序博客网 时间:2024/05/17 09:07
use Encode;use LWP::Simple qw(get);use HTTP::Date qw(time2iso str2time time2iso time2isoz);use Net::Ping;use Socket;use Net::SMTP;$host = 'http://www.xxx.cn';@content = get($host);while (<@content>) {$str = encode("gbk",decode("utf8","$_"));print "$str" ;}close FILE;

0 0
原创粉丝点击