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

   <H2><CODE>ars_GetServerInfo(ctrl, ...)</CODE></H2>

	Retrieve specified server information or all server information if 
	nothing particular was specified.

      <DL>
         <DT><B>On success</B><DD>
		Returns an array of value pairs (a HASH).
         <DT><B>On failure</B><DD>
                Returns undef.
      </DL>

      <P>Example:

      <PRE>
	(%a = ars_GetServerInfo($ctrl)) || 
		die "$ars_errstr";
      </PRE>

The keys to the hash returned are strings which describe the particular
server attribute. The value is (ofcourse) the value of the particular
server attribute that the key describes.
<P>
<I>ars_GetServerInfo was introduced in version 1.5 of ARSperl</I>

<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>