in reply to Two versions of perl in same machine
During the installation put the paths as listed belowperl -le 'print foreach(@INC)'
Once the shiny Perl is installed check out the paths, but I should note one problem here, you should install DBI modules for the new Perl, beacuse the .so files will be compiled with that Perl version, so the old DBI compiled modules are not compatible with new Perl.List of earlier versions to include in @INC? [none] /usr/local/lib/per +l/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 / +usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl
|
|---|