I'm by no means a professional programmer, but am trying to write a perl program using HTTP::Recorder and HTTP::Proxy. To start, I copied the example given at CPAN for the HTTP::Recorder module:
>!/usr/bin/perl
>
>use HTTP::Proxy;
>use HTTP::Recorder;
>
>my $proxy=HTTP::Proxy->new();
>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.