$results = $ua->request($req)->as_string; #grab the results #### $results = $ua->request($req)->headers_as_string; #grab the results #### use strict; use LWP::Simple qw(get head); my $url = 'http://www.w3c.org'; print head($url)->{_headers}->as_string;