NAME

PJob::Client -- Simple PJob client for PJob Server

SINOPISYS

$pc =  PJob::Client->new(server => 'localhost',port => '10086')
                   ->run();

DESCRIPTION

PJob::Client is the client for PJob::Server

server
$pc->server('localhost:10086');
$pc->server('localhost');
port
$pc->port('10086');

This method will overwrite the port specified by server

run

run a interative client

TODO

run_queue: run a serial of commands

SEE ALSO

L<POE>,L<Any::Moose>,L<PJob::Server>

AUTHOR

woosley.xu<redicaps@gmail.com>

COPYRIGHT & LICENSE

This software is copyright (c) 2009 by woosley.xu.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.