On Wed, Nov 08, 2000 at 06:17:22PM -0800, Gisle Aas wrote:
> I have been experimenting with an interface to the UDDI registry and
> uploaded it as UDDI-0.03.  UDDI is described on www.uddi.org.
> Do you want me to use any other module name?
> 
> Current usage is something like this:
> 
>    use UDDI;
> 
>    my $list = UDDI::find_business(name => "a") || die $UDDI::err{message};
>    for my $b ($list->businessInfos->businessInfo) {
>        print $b->name, "\n";
>    }

    I like to stay away from top-level namespaces.  I've just taken a
brief look at the website, but I think that Net::UDDI would be more
suitable.

    Peace,
* Kurt Starsinic ([EMAIL PROTECTED]) ---------------- Senior Software Architect *
|     `. . . it is important to remember that the only perfectly secure     |
|      network is one that doesn't allow any data through at all and that   |
|      the only problem with such a network is that it is unusable.'        |
|      -- Ned Freed                                                         |

Reply via email to