Help for this page

Select Code to Download


  1. or download this
    my $response = $useragent->get($url);
    my $stored_as_file = $response->as_string;
    
  2. or download this
    my $response = HTTP::Response->parse( $stored_as_file );