Help for this page

Select Code to Download


  1. or download this
             print "failed response $!<BR>\n";
    
  2. or download this
          $response = $ua->request($request);
          if ( $response->is_success ) {
    ...
          } else {
             print $response->status_line, "\n";
          }