use LWP::Simple; my $url = 'http://www.example.com'; my $content = get $url;