my proxy.pl isCan't locate object method "file" via package "HTTP::Recorder" at prox +y.pl line 13.
im a noob just fallen in love with perl so please exuse me if this seems silly.use strict; use warnings; use HTTP::Proxy; use HTTP::Recorder; my $proxy = HTTP::Proxy->new(); # create a new HTTP::Recorder object my $agent = new HTTP::Recorder; # set the log file (optional) $agent->file("c:\\file"); # set HTTP::Recorder as the agent for the proxy $proxy->agent( $agent ); # start the proxy $proxy->start(); 1;
In reply to problem with http::recorder by hsn22
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |