on Tue, 16 Apr 2002 07:29:49 GMT, Manoj Jacob wrote: > I started exploring Activestate Perl very recently. And I wanted to > install some modules. So I gave the command PPM Search to look for the > modules available. But then I get an error message saying there is > difficulty in connecting to the URL. I guess i know what the problem > is. It could be because we have a Proxy server. So what changes should > i do to acheive ppm search successully. If i need to make changes in > the environment variables (which environment variables are we talking > about) how do i do it ?? > > I am working on a Windows NT 4.0. Please help me, i feel completely > stuck.
ActivePerl comes with extensive HTML documentation, which should be installed in your Start menu.I this documentation you will find a chapter on 'Using PPM'. From the section 'PPM, Proxies and Firewalls', relevant for Windows NT: Right click on "My Computer", click on "Properties", select the "Environment" tab. These are your environment settings. Make the following changes: Add the setting HTTP_proxy, with your proxy name as the value (you must include "http://"), followed by a colon and the proxy port, if applicable; e.g., "http://proxy:8080" If you require a user name and/or password to access your proxy, add the settings HTTP_proxy_user and HTTP_proxy_pass, with your user name and password as the respective values. -- felix -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]