in reply to Strawberry Perl
If I may add one word to davido's commet:
"..You will need to specify which Perl interpreter to use by either modifying your PATH.."
And that you can achieve in so many ways. Presently, I have both ActivePerl and Strawberry Perl installed and I switch between both using simple bat files to modify my PATH like so:
rem Return Perl to ActivePerl path path; path D:\Perl\site\bin;D:\Perl\bin;C:\PHP\;C:\Program Files\PC Connec +tivity Solution\;%SystemRoot%\system3;%path% rem clear the screen cls
rem Add Strawberry Perl to path path C:\strawberry\perl\bin;%path% rem clear the screen cls
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strawberry Perl
by Anonymous Monk on Jul 30, 2012 at 21:24 UTC | |
by 2teez (Vicar) on Jul 31, 2012 at 00:00 UTC | |
by bedohave9 (Acolyte) on Jul 31, 2012 at 17:28 UTC |