- or download this
sub get_keyword_names {
my ($self) = @_;
my $class = $self->lib;
...
my $self = shift;
$self->backend->start_server;
}
- or download this
package RobotRemoteServer::Frontier;
sub _shut_down_request {
...
return $self->SUPER::accept;
}
}
- or download this
use RobotRemoteServer;
#my $rob = RobotRemoteServer->new (qw' host localhost port 666 ');
...
lib ExampleLibrary
');
$rob->start_server;