Perl CPAN install PM package

ccwwff發表於2017-12-21

$ cpan

cpan > install YAML.pm

cpan > install Tee.pm

cpan > install IO/Tee.pm


Default installed directory:

~/perl5/lib/perl5


Will update $PERL5LIB in .bashrc


本地安裝:

download *.pm in http://search.cpan.org

$ perl Makefile.PL

$ make

$make test

$ make install

相關文章