| POEIKC documentation | view source | Contained in the POEIKC distribution. |
POEIKC::Client - Client for POE IKC daemon
use POEIKC::Client;
my $client = POEIKC::Client->new();
my $options = {
'alias' => 'POEIKCd',
'port' => 47225
};
my ($state_name, $args) = $client->ikc_client_format($options, @ARGV) or die;
$client->post_respond($options, $state_name, $args);
POEIKC::Client is for poikc
Yuji Suzuki <yujisuzuki@mail.arbolbell.jp>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| POEIKC documentation | view source | Contained in the POEIKC distribution. |