NAME
VMS::User - list VMS user information
SYNOPSIS
use VMS::User;
@users = VMS::User::user_list();
$uairef = VMS::User::user_info($UserName);
print "Default dir is ",$uairef->{DEFDIR}, "\n";
DESCRIPTION
The VMS::User module provides access to the SYSUAF. Read-only at the moment, but that may change with later versions of this module.
AUTHOR
Dan Sugalski <sugalskd@ous.edu> Version 0.02 released by by Peter Prymmer in 2007
BUGS
None known, but it is beta code...
LIMITATIONS
The user_list()
function spawns a subprocess that invokes AUTHORIZE
and parses the output of SHOW/BRIEF *
. This means that you need read access to SYSUAF and execute privs on AUTHORIZE to use it.
COPYRIGHT AND LICENSE
Copyright 1999 by Dan Sugalski
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
perl(1).