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