Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

RE: RE: RE: RE: Get chatbox lines

by Anonymous Monk
on Jul 06, 2000 at 19:00 UTC ( [id://21307]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( defined $ENV{HTTP_proxy} )
    {
      $ua->env_proxy();
    }
    
  2. or download this
    my $proxy_user = $ENV{HTTP_proxy_user};
    my $proxy_pass = $ENV{HTTP_proxy_pass};
    ...
    {
      $req->proxy_authorization_basic("$proxy_user", "$proxy_pass");
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found