Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: same port

by beable (Friar)
on Jul 09, 2004 at 00:24 UTC ( [id://373013]=note: print w/replies, xml ) Need Help??


in reply to Re: same port
in thread same port

#!/usr/bin/perl use strict; use HTTP::Proxy qw(HEADERS); # initialisation my $proxy = HTTP::Proxy->new(port => 7890); # set logmask to log full request and response headers # see "perldoc HTTP::Proxy" for details $proxy->logmask(HEADERS); # this is a MainLoop-like method $proxy->start; __END__

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://373013]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-16 15:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found