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_RegisterForAlerts</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

    <H2><CODE>ars_RegisterForAlerts($ctrl, $clientPort, registrationFlags=0)</CODE></H2>
    <font FACE="Minion-Regular" SIZE="3">Registers the specified user with the
    AR System server to receive alerts.</font>
      <DL>
          <DT><B>On success</B><DD>
		returns 1
          <DT><B>On failure</B><DD>
		returns 0
      </DL>
      <P>
<em>ars_RegisterForAlerts was intrduced in version 1.8 of ARSperl.</em>
      <P>Example:

    <PRE>
      ($alert = ars_RegisterForAlerts($ctrl, 2100, 0)) || die $ars_errstr;
      </PRE>
<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 26th Feb 2006 by Jarl Grøneng<br>
      &#169; J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>