in reply to Re^2: Proxy in perl
in thread Proxy in perl

Please learn about TCP, and learn about what Sniffer::HTTP does.

There is no way to modify the network connection or data using Sniffer::HTTP.

Have you looked at the HTTP proxy modules on CPAN?

Replies are listed 'Best First'.
Re^4: Proxy in perl
by santosh_wagh (Novice) on Sep 10, 2012 at 07:48 UTC

    Thanks for the reply. I had tried with squid ( squid working fine with Inline but not successful with span port ) . I will read HTTP:Proxy but can i block the url using span port. thanks