hpavc has asked for the wisdom of the Perl Monks concerning the following question:
use SOAP::Transport::HTTP; my $daemon = SOAP::Transport::HTTP::Daemon -> new (LocalPort => 2112, Reuse => 1) -> dispatch_to('Demo'); $daemon->handle;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Transport::HTTP::Daemon w/ Auth
by fglock (Vicar) on Jun 27, 2004 at 18:09 UTC | |
by Anonymous Monk on Jun 27, 2004 at 21:09 UTC | |
|
Re: SOAP::Transport::HTTP::Daemon w/ Auth
by PodMaster (Abbot) on Jun 28, 2004 at 03:11 UTC | |
by Anonymous Monk on Jun 28, 2004 at 18:38 UTC |