Help for this page

Select Code to Download


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