NAME
POEIKCdaemon::Utility - Utility for POEIKCdaemon
SYNOPSIS
The reload of the module.
$ret = $ikc->post_respond('POEIKCd/method_respond' =>
['POEIKCdaemon::Utility'=> 'reload', 'MyClass'] );
print Dumper $ret;
The reload of the module and Method execution.
$ret = $ikc->post_respond('POEIKCd/method_respond' =>
['POEIKCdaemon::Utility'=> 'reload', 'MyClass'=> 'my_method'] );
print Dumper $ret;
The loaded module is confirm.
poikc -Utility=get_load
# $ikc_client->post_respond( 'POEIKCd/method_respond' => ['POEIKCdaemon::Utility','get_load'] );
DESCRIPTION
POEIKCdaemon::Utility is Utility for POEIKCdaemon
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.