use strict; use warnings; use LWP::Simple; my $url = "http://www.cpan.org"; my $src = get($url); my @stuff = head($url); print @stuff;