start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 19.14 Win32::Semaphore Chapter 19
Win32 Modules and Extensions
Next: 19.16 Win32::Shortcut
 

19.15 Win32::Service

The Win32::Service module provides a service control interface. It allows you to start, pause, resume, and stop Windows NT system services from Perl scripts.

The following functions are exported by this module. The host argument in each function gives the hostname of the machine a service is running (or will run) on. If you supply a null string ( "" ), the local machine will be assumed.


Previous: 19.14 Win32::Semaphore Perl in a Nutshell Next: 19.16 Win32::Shortcut
19.14 Win32::Semaphore Book Index 19.16 Win32::Shortcut

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.