----- Original Message ----- From: "Glenn Linderman" > > OK, so I went off to PAR-0.92, commented out the line mentioned below > with # at the front, and got further, but not further enough... > > .\par.exe -I../myldr/.. -I../blib/lib -I"D:/GUI/PAR-0.92/inc" > -I"C:/Perl/lib" -I"C:/Perl/site/lib" -I"D:/GUI/PAR-0.92" -I"." -q -B > -O..\script\parldyn.exe > Perl lib version (v5.8.8) doesn't match executable version (v5.8.3) at > C:/Perl/lib/Config.pm line 46.
I think something has perhaps got screwed up when you've updated perl. The 5.8.8 version of Config.pm has been loaded .... but by the 5.8.3 version of the perl executable. Does 'perl -v' report that it's perl 5.8.3 ? Cheers, Rob
