in reply to Re^5: Missing module perl
in thread Missing module perl
I'm sorry don't tell u error. I've been change to : http://localhost:80
and error is :
cpan7> install Email::Sender
Fetching with LWP:
http://localhost:80/authors/01mailrc.txt.gz
LWP failed with code500 messageCan't connect to localhost:80 (Connection refused)
Trying with
/bin/curl -L -f -s -S --netrc-optional
to get
http://localhost:80/authors/01mailrc.txt.gz
curl: (7) Failed connect to localhost:80; Connection refused
Function system("/bin/curl -L -f -s -S --netrc-optional "http://localhost:80/authors/01mailrc.txt.gz" >
".cpan/authors/01mailrc.txt.gz.tmp14740"")
returned status 7 (wstat 1792), left
.cpan/authors/01mailrc.txt.gz.tmp14740 with size 0
Do you any idea to install missing module ? :"(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Missing module perl
by Corion (Patriarch) on Aug 21, 2019 at 09:26 UTC | |
by ridwan (Initiate) on Aug 21, 2019 at 09:33 UTC | |
by Corion (Patriarch) on Aug 21, 2019 at 09:40 UTC | |
by ridwan (Initiate) on Aug 21, 2019 at 10:07 UTC | |
by Corion (Patriarch) on Aug 21, 2019 at 11:03 UTC | |
|