ars_GetServerInfo(ctrl, ...)

Retrieve specified server information or all server information if nothing particular was specified.
On success
Returns an array of value pairs (a HASH).
On failure
Returns undef.

Example:

	(%a = ars_GetServerInfo($ctrl)) || 
		die "$ars_errstr";
      
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.

ars_GetServerInfo was introduced in version 1.5 of ARSperl


<-- Table of Contents

Last changes to this page 21st July 1997 by jcmurphy@arsperl.org
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org