Home | History | Annotate | Download | only in lib

Lines Matching refs:resp

295 my $resp;
350 $resp = $ua->mirror($url, $txt);
351 if($resp && $resp->code eq '304') {
359 if(!$resp || $resp->code !~ /^(?:200|304)$/) {
361 . ($resp? $resp->code . ' - ' . $resp->message : "LWP failed");
367 my $filedate = $resp ? $resp->last_modified : (stat($txt))[9];