#!/usr/bin/perl use strict; use LWP::Simple; my $url ='http://www.wsu.edu:8080/~brians/errors/errors.html'; my $content = get $url; print $content;