#!/usr/bin/perl -w
use
strict;
LWP::Simple qw ( get );
my
$url
=
shift
||
"http://www.chinaunix.net"
;
$content
= get (
);
print
exit
0;
#最简单方便的get网页的方法。
by: 发表于:2017-09-13 14:15:14 顶(0) | 踩(0) 回复
??
by: 发表于:2017-09-13 14:15:14 顶(0) | 踩(0) 回复
??
回复评论