Help for this page

Select Code to Download


  1. or download this
    $req->header(Accept => "text/html, */*;q=0.1");
    
  2. or download this
    $req->header(Accept => "*/*; q=0.1, text/html");
    
  3. or download this
    use LWP::Simple;
    
    ...
       # there was a problem!
       warn 'Failed getting HTML file'
    }