in reply to Re^2: I can not install perl modules via LWP
in thread I can not install perl modules via LWP

There seems to be a proxy set on your system. wget might be able to access it thanks to environment variables - try
echo $http_proxy $HTTP_PROXY

in your shell. You should get the output as

http://username:password@proxy-url
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^4: I can not install perl modules via LWP
by i19870503 (Initiate) on Nov 07, 2014 at 03:15 UTC
    It works, Thanks very much.