- or download this
#!/usr/bin/perl
...
my $a = new LWP::UserAgent();
$a->proxy('http', 'http://ofgfw1.owfg.com:8080/');
$a->get("http://mysite.com/");
- or download this
my $url='mysite.com';
$ua->cookie_jar(HTTP::Cookies->new(file => "lwpcookies.txt", autosave
+=> 1));
...
$req->content_type('application/x-www-form-urlencoded');
$req->content($data);
$res = $ua->request( $req );
- or download this
$ua->proxy('http', 'http://ofgfw1.owfg.com:8080/'); #???!!!