in reply to active perl & strawberry perl
Install them in separate directories. I have six versions of Perl installed on my machine, and I haven't had any problems.
If you want to run a program using a specific build of Perl just replace
withperl foo.pl
c:\progs\perl5101\bin\perl foo.pl
You can do that at the desktop level too. For example, you can create a shortcut called "foo.pl with Strawberry Perl" that executes "c:\perl foo.pl" and a shortcut called "foo.pl with ActivePerl 5.10.1" that executes "c:\progs\perl5101\bin\perl foo.pl".
|
|---|