Tuesday 6 August 2019

Can't locate Foo.pm in @INC, install it using cpan and solve it in many methods?


Method1:
cpan File::Name

Method2:
in windows: 
ppm
ppm> search net-smtp
ppm> install Net-SMTP-Multipart

Method3:
sudo perl -MCPAN -e 'install Foo'

Method4:
start cpan in your shell:
# cpan
and type
install File::Name

0 Comments:

Post a Comment

Note: only a member of this blog may post a comment.

<< Home