### $response->content has the webpage stored in it $a = HTML::Element->new('a', $response->content); $addr = $a->find('tag', 'title'); print $addr;