>>> 此贴的回复 >> ps -aux #!/usr/bin/perl
use LWP::Simple;
my $urlBase = 'http://www.chinaunix.net'; my $index = get( "$urlBase" ) || die "get index.html failed!\n";
print $index;