947d4ffc61
or executable
8 lines
420 B
Text
8 lines
420 B
Text
App::Control is a simple module to replicate the kind of functionality
|
|
you get with apachectl to control apache, but for any script or
|
|
executable. There is a very simple OO interface, where the constructor
|
|
is used to specify the executable, command line arguments, and pidfile,
|
|
and various methods (start, stop, etc.) are used to control the executable
|
|
in the obvious way.
|
|
|
|
WWW: http://search.cpan.org/dist/App-Control/
|