- check if proxy configured correctly(o conf init /proxy/)
- maybe you should remove files in ~/.cpan/sources/modules
my personal notepad - for all the things I used to write on pieces of paper ( which where never seen again esp. when I needed them ) ...
Showing posts with label perl. Show all posts
Showing posts with label perl. Show all posts
Wednesday, June 19, 2013
if installing perl modules via CPAN does not work
Wednesday, April 6, 2011
Trouble installing modules from CPAN
all the settings are done - and all should be ok - but it still does not work:
delete the folder .cpan from your home directory - and try again!
delete the folder .cpan from your home directory - and try again!
Friday, March 4, 2011
wolfram api and perl behind proxy
add the following (italic) line in the subroutine get_useragent in the file "WolframAlpha.pm"
sub get_useragent {
my $ua = new LWP::UserAgent(
agent => $ua_agent,
env_proxy => 1,
);
return $ua;
}
sub get_useragent {
my $ua = new LWP::UserAgent(
agent => $ua_agent,
env_proxy => 1,
);
return $ua;
}
Saturday, February 12, 2011
Subscribe to:
Posts
(
Atom
)