I was using JSON.pm
from CPAN till now to parse a JSON file. But now i am told to use linux libraries instead of CPAN module so i installed libjson-perl
on my debian system and removed the line use JSON
from my code but now it is showing error.
Can anyone tell me how to use libraries instead of CPAN modules?