#!/usr/bin/perl use strict; use warnings; use LWP::Simple; my $doc = get 'http://www.perl.org'; print $doc;