in reply to running remote perl scripts
You mention PPM so I assume ActiveState on Windows. The proxy shouldn't cause you any issues - I'm behind a proxy and PPM works fine.
You will need to set an environment variable with the proxy information.
From the command line (cmd.exe)
{C} > set http_proxy=http://proxy.server.com:8080
Where
http://proxy.server.com:8080is the address/hostname and port of your proxy server.
To make this permanent - usable everytime you launch cmd.exe, use:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: running remote perl scripts
by Marshall (Canon) on Apr 27, 2010 at 18:22 UTC |