Help for this page

Select Code to Download


  1. or download this
        foreach (@url){
          chomp;
    ...
          $return_code = $response->code([$code]);
          &check_status($site, $return_code, $time);
        }
    
  2. or download this
    if ($ua->timeout(30)){
      Write to log
    }