Yuji Suzuki > POEIKC-0.02_04 > POEIKC::Client

Download:
POEIKC-0.02_04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: POEIKC-0.04

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