| 
 
 NAMEHTTP::ProxyPAC::Result - Result object from HTTP::ProxyPAC find_proxy SYNOPSIS  my $pac = HTTP::ProxyPAC->new($url);
  my $res = $pac->find_proxy('http://www.google.com/');
  $res->direct;
  $res->proxy;
  $res->socks;
DESCRIPTIONHTTP::ProxyPAC::Result is the class of the result object from the find_proxy method of HTTP::ProxyPAC. METHODSAUTHORTatsuhiko Miyagawa SEE ALSOHTTP::ProxyPAC 
 
  |