The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DynGig::RCE::Access - RCE server. Extends DynGig::Util::TCPServer.

SYNOPSIS

use DynGig::RCE::Server;

my $server = DynGig::RCE::Server->new
(
    thread => $number,
    port => $port,
);

$server->run
(
    max_buf => $bytes,
    code_dir => $dir_path,
    access_file => $file_path
);

NOTE

See DynGig::RCE