in reply to Problem installing Win32::ToolHelp with Strawbeery Perl Win64

Why do you need Win32::ToolHelp? See Win32::Process::Info its much more widely used
  • Comment on Re: Problem installing Win32::ToolHelp with Strawbeery Perl Win64

Replies are listed 'Best First'.
Re^2: Problem installing Win32::ToolHelp with Strawbeery Perl Win64
by tangobaer (Initiate) on May 05, 2015 at 10:25 UTC
    Thanks for quick reply!
    I wanted to use Toolhelp because of my 32Bit Perlscript that uses that module.
    I followed your advice and installed Win32::Process::Info - success!
    So isnt't it possible to use Win32 Toolhelp? Do I have to change my Script?

      So isnt't it possible to use Win32 Toolhelp? Do I have to change my Script?

      Anything is possible. The two modules don't share the same API.