############################################## My DeskTop OS Info: ############################################## Linux 2.6.32-37-generic #81-Ubuntu SMP Fri Dec 2 20:32:42 UTC 2011 x86_64 GNU/Linux ############################################## Perl @INC : Shows perl5 as well as perl5.10.1 ############################################## /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl. ############################################## After i installed JSON-2.53.tar.gz I can see that JSON.pm and JSON directory got created under /usr/local/share/perl/5.10.1 and backportPP.pm under /usr/local/share/perl/5.10.1/JSON ############################################## my test.pl is as below. ############################################## #!/usr/bin/perl use JSON; ############################################## after running ./test.pl I get the error as below ############################################## Can't locate JSON/backportPP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 7) line 3. ############################################## Please be advised that i could run all other modules thru my perl scripts including DBI, connecting by mySQL. ############################################## I am not sure what is wrong while using JSON module though. Any Clue would be appreciated.