in reply to "Strawberry Perl" - can it live together with ActivePerl 5.10.0 Build 1003 (on WinXP)?
If I want to run ActivePerl build 1003:set PATH=C:\strawberry\perl\bin;%PATH%
And for ActivePerl build 822:set PATH=C:\ap1003\bin;%PATH%
Rather than remembering where all of these different perls are installed, it's easier to put those commands in separate batch files, and then just run the appropriate batch file for whichever perl you want. For example, if I want to use ActivePerl build I just run ap822.bat which sets the path (and any other environment variables I might want set) appropriately for me.set PATH=C:\ap822\bin;%PATH%
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: "Strawberry Perl" - can it live together with ActivePerl 5.10.0 Build 1003 (on WinXP)?
by binf-jw (Monk) on Aug 24, 2008 at 10:04 UTC | |
by syphilis (Archbishop) on Aug 24, 2008 at 10:19 UTC | |
by Anonymous Monk on Aug 24, 2008 at 10:15 UTC |