Install Json with Perl

Install Json with Perl 

Download JSON.tar.gz from CPAN https://metacpan.org/release/JSON ,then get start to install:

$ tar xvfz JSON-2.53.tar.gz
$ cd JSON-2.53
$ perl Makefile.PL
$ make
$ make install
1
2
3
4
5

评论