NAME

POEIKC::Client - Client for POE IKC daemon

SYNOPSIS

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);

DESCRIPTION

POEIKC::Client is for poikc

AUTHOR

Yuji Suzuki <yujisuzuki@mail.arbolbell.jp>

LICENSE

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

SEE ALSO

POE::Component::IKC::ClientLite