上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 177 下一页
摘要: HTTP::RequestSYNOPSIS ^ require HTTP::Request; $request = HTTP::Request->new(GET => 'http://www.example.com/'); 通常使用为:and usually used like this: $... 阅读全文
posted @ 2016-07-11 14:40 czcb 阅读(111) 评论(0) 推荐(0) 编辑
摘要: HTTP::RequestSYNOPSIS ^ require HTTP::Request; $request = HTTP::Request->new(GET => 'http://www.example.com/'); 通常使用为:and usually used like this: $... 阅读全文
posted @ 2016-07-11 14:40 czcb 阅读(118) 评论(0) 推荐(0) 编辑
摘要: LWPUserAgent:LWP::UserAgent - Web user agent class Web 用户agent 类:概述: require LWP::UserAgent; my $ua = LWP::UserAgent->new; $ua->timeout(10); $ua-... 阅读全文
posted @ 2016-07-11 13:46 czcb 阅读(190) 评论(0) 推荐(0) 编辑
摘要: JSON - JSON (JavaScript Object Notation) encoder/decoder 简介: use JSON; # imports encode_json, decode_json, to_json and from_json. # simple and fas... 阅读全文
posted @ 2016-07-11 10:15 czcb 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: JSON - JSON (JavaScript Object Notation) encoder/decoder 简介: use JSON; # imports encode_json, decode_json, to_json and from_json. # simple and fas... 阅读全文
posted @ 2016-07-11 10:15 czcb 阅读(264) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 ~]# cat a14.pl use Net::SMTP;use LWP::UserAgent;use HTTP::Cookies;use HTTP::Headers;use HTTP::Response;use Encode;use JSON;use File::Temp... 阅读全文
posted @ 2016-07-11 08:11 czcb 阅读(128) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 ~]# cat a14.pl use Net::SMTP;use LWP::UserAgent;use HTTP::Cookies;use HTTP::Headers;use HTTP::Response;use Encode;use JSON;use File::Temp... 阅读全文
posted @ 2016-07-11 08:11 czcb 阅读(125) 评论(0) 推荐(0) 编辑
摘要: $count is 9now not support message 51Wide character in print at /root/scanwx/lib/synccheck.pm line 118.$message is 模棱两可$synckey is 1_651248295%7C2... 阅读全文
posted @ 2016-07-11 07:57 czcb 阅读(164) 评论(0) 推荐(0) 编辑
摘要: $count is 9now not support message 51Wide character in print at /root/scanwx/lib/synccheck.pm line 118.$message is 模棱两可$synckey is 1_651248295%7C2... 阅读全文
posted @ 2016-07-11 07:57 czcb 阅读(118) 评论(0) 推荐(0) 编辑
摘要: [root@wx03 ~]# cat a17.pl use JSON qw/encode_json decode_json/ ;use Encode;my $data = [ { 'name' => 'Ken' , 'age' => 19 }, ... 阅读全文
posted @ 2016-07-11 07:51 czcb 阅读(434) 评论(0) 推荐(0) 编辑
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 177 下一页