| DCE-Perl documentation | view source | Contained in the DCE-Perl distribution. |
DCE::Login - Perl extension for interfacing to the DCE login API
use DCE::Login; my($l, $status) = DCE::Login->get_current_context; my $pwent = $l->get_pwent;
Perl extension for interfacing to the DCE login API.
Doug MacEachern <dougm@osf.org>
perl(1), DCE::login_base(3), DCE::Registry(3).
| DCE-Perl documentation | view source | Contained in the DCE-Perl distribution. |