Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    
    ...
    } else {
      warn("Can't get $url -- " . $response->status_line);
    }
    
  2. or download this
    my $uncomp_content;
    gunzip \$response->content => \$uncomp_content;