缺少 JSON/SL.pm 包,
安装如下:
wget http://www.cpan.org/authors/id/M/MN/MNUNBERG/JSON-SL-1.0.1.tar.gz
tar -xzvf JSON-SL-1.0.1.tar.gz
cd JSON-SL-1.0.1
perl Makefile.PL
make
make install
本文提供了解决Perl编程中缺少JSON/SL.pm包的问题的详细步骤,包括下载、解压、配置Makefile、编译及安装过程。
缺少 JSON/SL.pm 包,
安装如下:
wget http://www.cpan.org/authors/id/M/MN/MNUNBERG/JSON-SL-1.0.1.tar.gz
tar -xzvf JSON-SL-1.0.1.tar.gz
cd JSON-SL-1.0.1
perl Makefile.PL
make
make install
3701