Chinaunix首页 | 论坛 | 博客
  • 博客访问: 781694
  • 博文数量: 434
  • 博客积分: 11187
  • 博客等级: 上将
  • 技术积分: 5221
  • 用 户 组: 普通用户
  • 注册时间: 2009-02-19 01:00
文章分类

全部博文(434)

文章存档

2016年(2)

2013年(1)

2012年(115)

2011年(195)

2010年(32)

2009年(89)

分类: LINUX

2011-12-23 11:40:38

lwp-request安装:
  1. wget http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/libwww-perl-6.03.tar.gz
  2. tar zxvf libwww-perl-6.03.tar.gz
  3. cd libwww-perl-6.03/bin
  4. cp lwp-request /usr/bin/GET
  5. 或者编译安装
  6. cd libwww-perl-6.03
  7. perl Makefile.PL #安装not found perl包
  8. make
  9. make test #test all ok
  10. make install
  11. cd /usr/bin/;ls lwp-*
  12. lwp-download lwp-dump lwp-mirror lwp-request
需要安装以下perl包:
use URI;
use URI::Heuristic qw(uf_uri);
use Encode;
use Encode::Locale;
use HTTP::Status qw(status_message);
use HTTP::Date qw(time2str str2time);

#cpan URI URI::Heuristic Encode Encode::Local HTTP::Status HTTP::Date

#
So, to check whether a site sets cookies for a specific URL, just do:
  1. GET -Used http://example.com/ |grep ^Set-Cookie
阅读(2247) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~