HTTP::Request Hash

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dekaritae

    HTTP::Request Hash

    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?

Working...