HTTP::Request Hash

From: Dekaritae (maur_at_mdi.ca)
Date: 10/19/04


Date: Mon, 18 Oct 2004 18:32:58 -0700

I have
   $request = $ua->get("$uri", ":content_file" => "$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?