Help for this page

Select Code to Download


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