mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
947d4ffc61
or executable
9 lines
420 B
Plaintext
9 lines
420 B
Plaintext
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/
|