my $methods = {'test' => \&test, 'echotest' => \&echotest, 'pleaseNotify'=> \&pleaseNotify }; Frontier::Daemon->new( LocalPort => $listeningport, methods => $methods);