Help for this page

Select Code to Download


  1. or download this
    use HTTP::ProxyPAC;
    my $pac = HTTP::ProxyPAC->new('c:\perl\proxypac.pac');
    my $res = $pac->find_proxy('http://esto*******tt.coml');
    ...
    my $content =$ua->get('http://esto*******tt.com');
    print $content->content();
    exit 0;