<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_GetListGroup</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2><CODE>ars_GetListGroup(ctrl, userName=NULL, password=NULL)</CODE></H2>
Fetch information about the available groups on a server, optionally
restricting the list to a particular username/password combination.
<P> See also:
<A HREF="ds_getlistgroup_hash.html">GetListGroup Hash Values</A>.
<P>
<DL>
<DT><B>On success</B><DD>
Returns a HASH.
<DT><B>On failure</B><DD>
Returns undef.
</DL>
<P>Example:
<PRE>
($a = ars_GetListGroup($ctrl)) ||
die "$ars_errstr";
</PRE>
<I>ars_GetListGroup 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@arsperl.org<BR>
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>