in reply to networking with perl

This error is telling you that the JSON module cannot be found in your Perl search path directories (@INC). Most likely, you did not install it; to do so, you could use cpan.

Or, maybe you did install it, but you need to point to it: see PERL5LIB.