Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: Seeking design improvements for Perl code library remote server

by Anonymous Monk
on Dec 28, 2012 at 02:33 UTC ( [id://1010607]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1010607]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-24 03:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found