ARSperl

 view release on metacpan or  search on metacpan

html/manual/ars_SetServerInfo.html  view on Meta::CPAN

<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_SetServerInfo</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

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

	Set specified server information.

      <DL>
         <DT><B>On success</B><DD>
		Returns 1
         <DT><B>On failure</B><DD>
                Returns 0
      </DL>

      <P>Example:

      <PRE>
	      ars_SetServerInfo($ctrl, 
                                &amp;ARS::AR_SERVER_INFO_EMAIL_FROM,
                                'froboz@thewizard.com') || 
			die "$ars_errstr";
      </PRE>

This command is useful for turning log files on and off, adjust
fast/list servers, re-indexing FTS, etc. See the ARSystem Programmer's
Guide for a full description of everything you can tweak with this 
command.
<P>
<I>ars_SetServerInfo was introduced in version 1.69 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 30th August 2000 by jcmurphy@arsperl.org<BR>
&#169; J.C.Murphy, J.W.Murphy 2000 arsperl@arsperl.org
</address>
</BODY>
</HTML>



( run in 0.661 second using v1.01-cache-2.11-cpan-f56aa216473 )