The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<HTML>
<HEAD>
<TITLE>ARSperl Manual - GetListUser Hash Values</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<H2>GetListUser Hash Values</H2>

An array of references to this structure is returned by 
<A href="ars_GetListUser.html">ars_GetListUser</a>.
<p>

<PRE>
{
 "userName"           =&gt; string,
 "connectTime"        =&gt; integer,
 "lastAccess"         =&gt; integer,
 "defaultNotifyMech"  =&gt; integer,
 "emailAddr"          =&gt; string,
 "licenseTag"         =&gt; <B>reference</B> to an array,
 "licenseType"        =&gt; <B>reference</B> to an array,
 "currentLicenseType" =&gt; <B>reference</B> to an array
}
</PRE>

<B>Note:</B> We've never seen the server actually return values for
<CODE>emailAddr</CODE> or <CODE>defaultNotifyMech</CODE>.
<P>

See <CODE>ars_GetListUser.pl</CODE> in the <CODE>examples</CODE> directory.

<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="&lt;--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>
Last changes to this page 21st July 1997 by jcmurphy@arsperl.org<br>
&#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>