|
|
| P is for Practical | |
| PerlMonks |
Uninitialized $scheme variable in LWP::Protocol and LWP::UserAgent problemby rogerd (Sexton) |
|
| on Jul 27, 2008 at 12:39 UTC ( #700362=perlquestion: print w/ replies, xml ) | Need Help?? |
|
rogerd has asked for the
wisdom of the Perl Monks concerning the following question:
Hello, maybe my problem is trivial, but I cannot find an answer. I will try to explain you what is going on. The simplest problem to explain is when I try to download a module using cpan. I always get the error:
The extracted lines where the errors come from are:
So, it seems that I have a problem with the assignement of a value to the variable $scheme. Other scripts that use LWP::UserAgent and LWP::Protocol give me the same type of errors, but I write down more explicitely the problem with the cpan modules because they should be more familiar for you. All I could find about $scheme had something to do with setting or using proxies, is that true? I have no proxies set in my configuration, or they have been assigned automatically by my ISP, I don't know about that. So, some questions arise: what can I do to solve that problem? Where I can find more information? Where I should start reading? What is that $scheme variable? Thank you in advance for your help. Roger
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||