NAME
ControlFreak::Console - Handles all communications with ControlFreak
SYNOPSIS
$con = ControlFreak::Console->new(
    host    => $host,
    service => $service,
    full    => 1,
    ctrl    => $ctrl,
);
$con->start;
## return all the current connection handles
@hdls = $con->conns;
$con->add_conn($hdl);
$ok = $con->process_command($string);
$con->stop;
METHODS
start
Starts the console
AUTHOR
Yann Kerherve <yannk@cpan.org>