1. can i set a browser to use this "perl made" Http Proxy ?#!/usr/bin/perl use HTTP::Proxy; my $proxy = HTTP::Proxy->new; #$proxy->maxconn(1); $proxy->port( 3128 ); $proxy->logmask( shift || NONE ); $proxy->start;
20040710 Edit by castaway: Changed title from '3 qestions'
In reply to 3 questions about HTTP::Proxy by chiburashka
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |