Help for this page
my $resp = $self->{'http'}->get($url); if (!$resp->{'success'}) { ... } $page = $resp->{'content'};