Perl install JSON package

Download JSON.tar.gz from CPAN  https://metacpan.org/release/JSON , and then start the installation:

$ tar xvfz JSON-2.53.tar.gz
$ cd JSON-2.53
$ perl Makefile.PL
$ make
$ make install

 

Ref: https://www.yiibai.com/html/json/2013/0906254.html

Guess you like

Origin www.cnblogs.com/open-coder/p/12747049.html