<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_GetListUser</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2><CODE>ars_GetListUser(ctrl, userListType=AR_USER_LIST_MYSELF)</CODE></H2>
Retrieve information about users. Can be restricted to the current
user (AR_USER_LIST_MYSELF), all registered users (AR_USER_LIST_REGISTERED)
or currently attached users (AR_USER_LIST_CURRENT).
<P> See also:
<A HREF="ds_getlistuser_hash.html">GetListUser Hash Values</A>.
<P>
<DL>
<DT><B>On success</B><DD>
Returns an array of HASH references.
<DT><B>On failure</B><DD>
Returns undef.
</DL>
<P>Example:
<PRE>
(@a = ars_GetListUser($ctrl)) ||
die "$ars_errstr";
</PRE>
<I>ars_GetListUser was introduced in version 1.5 of ARSperl</I>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 21st July 1997 by jcmurphy@smurfland.cit.buffalo.edu<BR>
© J.C.Murphy, J.W.Murphy 1997 arsperl@smurfland.cit.buffalo.edu
</address>
</BODY>
</HTML>