in reply to Re: Errors while running Win32::Process on WinXP
in thread Errors while running Win32::Process on WinXP

The Win32 libraries should reside under X:/Perl/lib/Win32 (where X is the drive you installed Perl on). You can do one of the following.

  1. move the Win32 directory from c:/Perl/lib to c:/Perl/site/lib (ending up with OLE::Const at c:/Perl/lib/Win32/OLE/Const.pm) and reinstall Win32::OLE
  2. or delete the Win32 directory from c:/Perl/lib/ and reinstall any missing modules

  • Comment on Re^2: Errors while running Win32::Process on WinXP