The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DCE::Registry - Perl interface to DCE Registry API

SYNOPSIS

  use DCE::Registry;

  my $rgy = DCE::Registry->site_open($site_name);

DESCRIPTION

This module provides an OO Perl interface to the DCE Registry API. The sec_rgy_ prefix has been dropped and methods are invoked via a blessed registry_context object.

AUTHOR

Doug MacEachern <dougm@osf.org>

SEE ALSO

perl(1), DCE::rgybase(3), DCE::Status(3), DCE::Login(3), DCE::UUID(3).