benhammersley has asked for the wisdom of the Perl Monks concerning the following question:
And then define the methods as subs. Taking the attributes from the xmlrpc call viamy $methods = {'test' => \&test, 'echotest' => \&echotest, 'pleaseNotify'=> \&pleaseNotify }; Frontier::Daemon->new( LocalPort => $listeningport, methods => $methods);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: hostname under Frontier::Daemon
by tye (Sage) on Mar 14, 2002 at 19:53 UTC |