POEIKC::Client - Client for POE IKC daemon


POEIKC documentation  | view source Contained in the POEIKC distribution.

Index


NAME

Top

POEIKC::Client - Client for POE IKC daemon

SYNOPSIS

Top

	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

Top

POEIKC::Client is for poikc

AUTHOR

Top

Yuji Suzuki <yujisuzuki@mail.arbolbell.jp>

LICENSE

Top

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

SEE ALSO

Top

POE::Component::IKC::ClientLite


POEIKC documentation  | view source Contained in the POEIKC distribution.