i have both Perl 5.5 and Perl 5.6 installed.
Perl 5.6 is in the default path (e.g. c:\perl\bin) and my old perl 5.5 is
in d:\perl\bin
here is my Perl55.bat code :
@echo off
set oldperlpath=%path%
set path=D:\Perl\bin;%path%
Perl %1 %2 %3 %4 %5 %6 %7 %8 %9
set path=%oldperlpath%
set oldperlpath=
----------------------
do the same with ppm55.bat :-)
there is a little problem with the PDK. due tu his using of registry keys,
you cannot create COM component with each of your Perl release. the one
that will work is the last installation you've done.
---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
[EMAIL PROTECTED]
For non-automated Mailing List support, send email to
[EMAIL PROTECTED]