Thank you. I discovered that my environment variables FTP_PROXY and HTTP_PROXY where been set to some value that I used at the University. I set manually those variables to qw{} and now I don't get the errors. I also could run a small script using LWP that used to fail, and it works.

Now, I have the problem that some program is automatically setting the proxy environment variables to that value, and I have to manually reset them to reflect my actual network configurations. I have to discover which program is doing that.

Also, I have to learn some more about proxies, and how to use them with LWP.

Thank you again... I have now a lot of read and work, but at least I know where to start.


In reply to Re^2: Uninitialized $scheme variable in LWP::Protocol and LWP::UserAgent problem by rogerd
in thread Uninitialized $scheme variable in LWP::Protocol and LWP::UserAgent problem by rogerd

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.