in reply to Re: How to query/stop/start Windows services?
in thread How to query/stop/start Windows services?

I just upgraded to the latest version of AS Perl (5.8.7) and I can now use Win32::Service with no problems.....but now I don't understand *why* it works.

If I use PPM3 and query all installed modules:

query *

....there is no mention of the 'Win32-Service' module at all, the only Win32 module is 'Win32-OLE'.

Shouldn't 'Win32-Service' show as an installed module?

  • Comment on Re^2: How to query/stop/start Windows services?

Replies are listed 'Best First'.
Re^3: How to query/stop/start Windows services?
by secret (Beadle) on Dec 16, 2005 at 13:21 UTC
    Some modules of the Win32 namespace need to be installed via the CPAN. Some other are in the core activestate distribution (although they are not part of the Perl source ) and I assume that is why they do not show as "installed" modules with ppm :

      The builtin functions are marked as [CORE] and the other ones as [EXT] in the following alphabetical listing. The Win32 module is not part of the Perl source distribution; it is distributed in the libwin32 bundle of Win32::* modules on CPAN. The module is already preinstalled in binary distributions like ActivePerl.