#!/usr/local/bin/perl -w use strict; require LWP::Simple; my ($content) = get('http://www.newbie.org/index.html'); print $content;