Frontier::DaemonSection: User Contributed Perl Documentation (3)Updated: 1999-01-28 |
Frontier::DaemonSection: User Contributed Perl Documentation (3)Updated: 1999-01-28 |
use Frontier::Daemon;
Frontier::Daemon->new(methods => {
'rpcName' => \&sub_name,
...
});
Frontier::Daemon takes a `"methods"' parameter, a hash that maps an incoming RPC method name to reference to a subroutine.
<http://www.scripting.com/frontier5/xml/code/rpc.html>