http://qs1969.pair.com?node_id=60208


in reply to RE: Perl/Tk Chatterbox Client
in thread Perl/Tk Chatterbox Client

First, set up your enviromental variables for your HTTP proxy. Then, backup Perlmonks.pm, open it, and move to line 63, which looks like this:

$self->{ua}=new LWP::UserAgent;

And add below it:

$self->{ua}->env_proxy();

Save it and run it.

That will get you on as a Anonymous Monk, but I havn't sorted out why it fails with logging in. Ideas welcome! By the By, this is on a WinNT system.

----Asim, known to some as Woodrow.

Replies are listed 'Best First'.
Re: Re: RE: Perl/Tk Chatterbox Client
by tame1 (Pilgrim) on Mar 20, 2001 at 02:09 UTC
    But what about proxies that require a username/pass combo?
    I've managed to set "HTTP_PROXY="http://bozo.the.com:83" in my .profile, but what about username and pass?

    What does this little button do . .<Click>; "USER HAS SIGNED OFF FOR THE DAY"
      "HTTP_PROXY="http://user:pass@bozo.the.com:83"