Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $a = new LWP::UserAgent();
    $a->proxy('http', 'http://ofgfw1.owfg.com:8080/');
    $a->get("http://mysite.com/");
    
  2. 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 );
    
  3. or download this
    $ua->proxy('http', 'http://ofgfw1.owfg.com:8080/'); #???!!!