Help for this page

Select Code to Download


  1. or download this
    use LWP::UserAgent;
    use HTTP::Request::Common qw(GET);
    my $ua = LWP::UserAgent->new;
    my $response = $ua->request(GET $rdf->{rdf_url});
    my $html = $response->content;
    
  2. or download this
    is_success(mirror($URL, $URL_MIRROR)) { ...