The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

NAME

App::BCSSH::Handler - Role for command handlers

SYNOPSIS

sub handle {
my ($self, $json_send, @args) = @_;
my $socket = $json_send->(BCSSH_SUCCESS);
}