sskeate has asked for the wisdom of the Perl Monks concerning the following question:

I'm a Perl Newbie. Please no tomatoes...

I'm trying to move a Perl script from an older system to a new system running a 64 bit Windows OS.

The current script has a line:

use Win32::Process::Info;

When I try to run the script from the command line, I get an error saying the package doesn't exist. Is the package replaced for a 64 bit OS? Do I need to get the package from somewhere and somehow compile into Perl?

Any help would be appreciated.

Replies are listed 'Best First'.
Re: Win32::Process::Info Help (install modules)
by Anonymous Monk on Apr 01, 2015 at 18:20 UTC
      Thanks!!