I need to know what will happen if we install Perl modules using CPAN when both Active & Strawberry Perl existing in same system. I have both of them installed in my windows server.
As both of them will be installed in different paths, below are my queries regarding installation of Perl modules:
- Which one will get updated by default? Active or Strawberry? or both?
- Is there a way to install modules specifically to only one of them?
- Will there be any difference in backend installation process for both?
- By default which one will be given preference if we write Perl script(Active or Strawberry)?
- If we install using CPAN, what will be its first preference(Active or Strawberry)?
Detailed information will be much appreciated!!