NAME
hopkins - control script
DESCRIPTION
this script is a command-line interface to hopkins. this control script communicates with a running hopkins instance via the SOAP RPC session that the hopkins daemon exposes.
SYNOPSIS
$ hopkins status
$ hopkins enqueue <task name> [ -o opt1=val1 -o opt1=val2 -o opt2=val3 ... ]
$ hopkins queue start <queue name>
$ hopkins queue stop <queue name>
AUTHOR
Mike Eldridge <diz@cpan.org>
LICENSE
This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.