Home | History | Annotate | Download | only in lib

Lines Matching refs:resp

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