Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Quickrep

by stefan k (Curate)
on Sep 10, 2001 at 19:02 UTC ( [id://111480]=note: print w/replies, xml ) Need Help??

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'});
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://111480]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-18 09:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found