perl module 安装
利用 cpan 安装 perl module
举例:
cpan Bio::SearchIO
cpan Bio::SearchIO::blastxml
https://www.cpan.org/
https://www.cpan.org/modules/INSTALL.html
查看模块是否安装成功
perl -e 'use Bio::SearchIO; print "Hello world\n"'
举例:
cpan Bio::SearchIO
cpan Bio::SearchIO::blastxml
https://www.cpan.org/
https://www.cpan.org/modules/INSTALL.html
perl -e 'use Bio::SearchIO; print "Hello world\n"'