ars_GetCurrentServer(ctrl)undef.
      Example:
	if($ctrl = ars_Login("", $username, $password)) {
	    $cs = ars_GetCurrentServer($ctrl);
	    print "current server: $cs\n";
	} else {
	    print "login failed: $ars_errstr\n";
	    exit(0);
	}
      
ars_GetCurrentServer was introduced in version 1.41 of ARSperl
Last changes to this page 26th June 1997 by d.j.adams@soton.ac.uk