J
jck11
Hi all,
I just want to test a perl module HTTP:
orxy.
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:
roxy;
my $proxy = HTTP:
roxy->new(
port => 3128,
logfh=>'d:\temp\proxy.log',
logmask=>ALL);
$proxy->start;
I just want to test a perl module HTTP:
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:
my $proxy = HTTP:
port => 3128,
logfh=>'d:\temp\proxy.log',
logmask=>ALL);
$proxy->start;