I have
$request = $ua->get("$uri", ":content_f ile" => "$file");
which returns a value of something like "HTTP::Response =HASH(0x24a3328 )"
for $request. How do I get the HTTP response code out of that?
$request = $ua->get("$uri", ":content_f ile" => "$file");
which returns a value of something like "HTTP::Response =HASH(0x24a3328 )"
for $request. How do I get the HTTP response code out of that?