use LWP::Simple; my $document = get("http://www.perlmonks.org"); #### my $document = `wget -qO- http://www.perlmonks.org`;