nicolas75;640294 Wrote: > I won't downgrade to perl 5.10 since it is obsolete, and I use 5.12.3 > for my own developments.
It's easy enough to install more than one version of Perl on Windows. Just install them to different directories and when you want to use a particular version use the full path to the Perl exe. For example: C:\Perl5.10\bin\perl.exe "C:\LMS\server\slimserver.pl" Pay close attention during the installation of the other versions. There's a screen in the installer that asks if you want to modify environment variables. Uncheck these so that the PATH variable will still point to the existing Perl installation. This way when you type just 'perl' it will continue to run Perl 5.12. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=86628 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
