Perl安装模块
- 模块下载地址: https://metacpan.org/
- 安装:
perl Makefile.PLmakemake install - 当出现问题Can’t locate xxx.pm in @INC时安装模块可以解决
- 交互安装模块:
perl -MCPAN -e shellinstall Bio::SeqIO
perl Makefile.PL make make installperl -MCPAN -e shell install Bio::SeqIO