$ ln -s /usr/local/new_perl5.8.8_dir/bin/perl /usr/bin/perl588 Then you just need to do #!/usr/bin/perl588 to use it in a script and $ perl588 Makefile.PL or $ perl588 -MCPAN -e 'shell' to install modules into that new Perl.