| Refresh | Home EGTry.com

use perl to download a web page


use LWP::Simple;
my $content=get("http://www.egtry.com");
print "content: $content\n";