Linux上给Perl安装JSON::Parse

Can't locate JSON/Parse.pm in @INC (you may need to install the JSON::Parse module) 

非常简单

sudo cpan JSON

sudo cpan JSON::Parse

注意一定要使用sudo,安装完成即可在perl代码中调用:

use JSON:Parse qw(parse_json)

 

参考:https://stackoverflow.com/questions/41143638/installed-json-module-for-perl-but-cannot-load-it-cant-locate-json-pm-in-inc

posted @ 2023-12-22 01:34  profesor  阅读(124)  评论(0编辑  收藏  举报