in reply to Re: building perl with 64-bit
in thread building perl with 64-bit

Hi When You install perl modules via cpan, you need to make sure you start the proper perl aka:
/opt/perl/bin/perl -MCPAN -e shell

or inside a untarred module
/opt/perl/bin/perl ./MAKEFILE.PL

Or you can use perlbrew which sets up the PERL5LIB environment variable accordingly.