set IE enviroment to use HTTP::Proxy module?

set IE enviroment to use HTTP::Proxy module?

am 06.11.2007 14:21:06 von jck11

Hi all,
I just want to test a perl module HTTP::Porxy.
I find the example code below and run it in the windows command line.
But I don't know how to set my browser(IE) to use the proxy.
Can somebody help me?

use HTTP::Proxy;
my $proxy = HTTP::Proxy->new(
port => 3128,
logfh=>'d:\temp\proxy.log',
logmask=>ALL);
$proxy->start;

Re: set IE enviroment to use HTTP::Proxy module?

am 06.11.2007 16:49:22 von Ben Morrow

Quoth "jck11" :
> Hi all,
> I just want to test a perl module HTTP::Porxy.
> I find the example code below and run it in the windows command line.
> But I don't know how to set my browser(IE) to use the proxy.

This has nothing to do with Perl. I would suggest you read the Help
files for IE.

Ben

(I'm sure it's in there *somewhere*...)

Re: set IE enviroment to use HTTP::Proxy module?

am 06.11.2007 16:54:45 von glex_no-spam

jck11 wrote:
> Hi all,
> I just want to test a perl module HTTP::Porxy.
> I find the example code below and run it in the windows command line.
> But I don't know how to set my browser(IE) to use the proxy.
> Can somebody help me?

Ahhhh.. ya think it might be an option in IE?

Re: set IE enviroment to use HTTP::Proxy module?

am 06.11.2007 17:43:34 von w.c.humann

On Nov 6, 2:21 pm, "jck11" wrote:
> Hi all,
> I just want to test a perl module HTTP::Porxy.
> I find the example code below and run it in the windows command line.
> But I don't know how to set my browser(IE) to use the proxy.

Indeed more an IE question than a perl question. Anyway:

Tools -> Internet Options... -> Connections -> LAN Settings... ->
Proxy Server

Re: set IE enviroment to use HTTP::Proxy module?

am 06.11.2007 22:13:22 von Sherm Pendley

"jck11" writes:

> I just want to test a perl module HTTP::Porxy.

HTTP::Porxy? Does that have something to do with cartoon pigs? :-)

> I find the example code below and run it in the windows command line.
> But I don't know how to set my browser(IE) to use the proxy.

The same way you'd set that if you were using IE manually, or running it
from some other language.

What might that be? You'll need to ask in an IE group.

sherm--

--
WV News, Blogging, and Discussion: http://wv-www.com
Cocoa programming in Perl: http://camelbones.sourceforge.net