Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: parse_headChapter 17
The LWP Library
Next: Reference: timeout
 

proxy

 $ua->proxy(prot, proxy_url)

Defines a URL (proxy_url) to use with the specified protocols, prot. The first parameter can be a reference to a list of protocol names or a scalar that contains a single protocol. The second argument defines a proxy URL to use with the protocol.


Previous: Reference: parse_headPerl in a NutshellNext: Reference: timeout
Reference: parse_headBook IndexReference: timeout