#!C:\Perl\bin\perl.exe -w
use LWP::Simple;
getprint("http://www.cpan.org/RECENT");
I get the following error:
500 Can't connect to www.cpan.org:80 (connect: Unknown error) <URL:http://www.cpan.org/RECENT>
I'm running on a Windows 2000 PC using my ISP - no web server.
In the ActivePerl doc, I read about setting HTTP_proxy env variable, but I'm not sure if this is cause of my problem? If it is, how do I find out that value to set the HTTP_proxy to?
Any help is appreciated.