subaqua2002 has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl use UDDI::Lite; $uddi = new UDDI::Lite on_debug => sub {print @_}, proxy => 'http://<jUDDI server:port>/juddi/inquiry'; print $uddi -> find_business(name => 'old') -> result;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: UDDI::Lite Problem
by gellyfish (Monsignor) on Jun 22, 2005 at 21:19 UTC | |
by subaqua2002 (Initiate) on Jun 24, 2005 at 21:15 UTC |