Each perl uses its own set of builtin library paths, plus whatever is in the PERL5LIB environment variable, and whatever you give in "use lib" in your script. To find out which library paths a Perl thinks it is using, type:
/path/to/perl -V
for each of the perls you have.
C.