Help for this page

Select Code to Download


  1. or download this
    die "Error logging in: $result->code() $result->message()"
    
  2. or download this
    die "Error logging in:\nCode:", $result->code(), "Reason: ",  $result-
    +>message(), "\n"
    
  3. or download this
    if (defined $ENV{'http_proxy'}) {
      print "Using HTTP Proxy: $ENV{'http_proxy'}\n";
      $agent->proxy(http => $ENV{'http_proxy'});
    }