NAME

poeikcd - POE IKC daemon

SYNOPSIS

poeikcd {start|stop|restart} [options]

eg:
  poeikcd start -p 47225
  poeikcd stop  -p 47225

  poeikcd start -I ~/lib

Options:

  -p,  --port=#      : Port number to use for connection.

  -a   --alias=s     : Symbolic name, or session alias methods 

  -f   --foreground  : Run in the foreground 
                       STDOUT & STDERR It outputs.
                       eg) poeikcd start -f >> ~/logs.txt 2>1& &

  -I   --INC=s       : specify @INC/#include directory
                       eg1) -I ~/lib:/mylib/ or -I ~/lib -I /foo/lib/
                       eg2) poikc -I '$ENV{HOME}/lib'

  -M   --Module      : execute "use/no module..." before executing program
                       eg) -M LWP::Simple

  -v   --version     : show version number

  -d   --debug       : debug mode. Run in the foreground 
                       STDOUT & STDERR It outputs.

  -h   --help        : show this help screen

DESCRIPTION

poeikcd (POEIKCdaemon) is daemon of POE::Component::IKC

AUTHOR

Yuji Suzuki <yuji.suzuki.perl@gmail.com>

LICENSE

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

SEE ALSO

poikc