I am new in perl, I need Bio::SeqIO to deal with my data recently, so I use cpan, but there is an error that indicating a proxy authentication is needed:

install Bio::SeqIO Fetching with LWP: http://mirrors.163.com/cpan/authors/01mailrc.txt.gz Proxy authentication needed! (Note: to permanently configure username and password run o conf proxy_user your_username o conf proxy_pass your_password ) Username: Warning: Term::ReadKey seems not to be available, your password will b +e echoed to the terminal! Password: Trying with /usr/bin/wget -O "/home/zluna/.cpan/sources/authors/01mailrc.txt.g +z.tmp32465" to get http://mirrors.163.com/cpan/authors/01mailrc.txt.gz --2014-11-05 20:53:42-- http://mirrors.163.com/cpan/authors/01mailrc. +txt.gz Connecting to 117.59.217.228:80... connected. Proxy request sent, awaiting response... Read error (Connection timed +out) in headers. Retrying. --2014-11-05 21:08:59-- (try: 2) http://mirrors.163.com/cpan/authors +/01mailrc.txt.gz Connecting to 117.59.217.228:80... connected. Proxy request sent, awaiting response... ^C Function system("/usr/bin/wget -O "/home/zluna/.cpan/sources/autho +rs/01mailrc.txt.gz.tmp32465" "http://mirrors.163.com/cpan/authors/01m +ailrc.txt.gz" ") returned status 0 (wstat 2), left /home/zluna/.cpan/sources/authors/01mailrc.txt.gz.tmp32465 with size 0 Warning: no success downloading '/home/zluna/.cpan/sources/authors +/01mailrc.txt.gz.tmp32465'. Giving up on it. Proxy authentication needed! (Note: to permanently configure username and password run o conf proxy_user your_username o conf proxy_pass your_password ) Username: ^CCaught SIGINT, trying to continue ^CGot another SIGINT

After wait for a long time, I have to cancel it. How could I fix the problem?


In reply to I can not install perl modules via LWP by i19870503

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.