NAME
App::BCSSH::Handler - Role for command handlers
SYNOPSIS
sub
handle {
my
(
$self
,
$json_send
,
@args
) =
@_
;
my
$socket
=
$json_send
->(BCSSH_SUCCESS);
}
App::BCSSH::Handler - Role for command handlers
sub
handle {
my
(
$self
,
$json_send
,
@args
) =
@_
;
my
$socket
=
$json_send
->(BCSSH_SUCCESS);
}