start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: credentials Chapter 17
The LWP Library
Next: Reference: from
 

env_proxy

 $

ua


->env_proxy
()

Defines a scheme/proxy URL mapping by looking at environment variables. For example, to define the HTTP proxy, one would define the HTTP_PROXY environment variable with the proxy's URL. To define a domain to avoid the proxy, one would define the NO_PROXY environment variable with the domain that doesn't need a proxy.


Previous: Reference: credentials Perl in a Nutshell Next: Reference: from
Reference: credentials Book Index Reference: from