ARSperl
view release on metacpan or search on metacpan
html/manual/ars_GetAlertCount.html view on Meta::CPAN
<HTML>
<HEAD>
<TITLE>ARSperl Manual - ars_GetAlertCount</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H2><code>ars_GetAlertCount(ctrl, qualifier)</code></H2>
<font face="Minion-Regular" size="3">Retrieves the count of qualifying alert events located on the server that the control structure specifies.</font>
<DL>
<DT><B>On success</B><DD>
returns an array of zero or more user names registered to receive alerts on the specified server. The list returns only one entry for users that register under multiple addresses.
<DT><B>On failure</B><DD>
returns 0
</DL>
<P>
<em>ars_GetAlertCount was intrduced in version 1.8 of ARSperl.</em>
<P>Example:
<PRE>
(@userlist = ars_GetAlertCount($ctrl, $qualifier)) || die $ars_errstr;
</PRE>
<P>
<HR WIDTH="30%">
<P>
<A HREF="toc.html"><IMG ALT="<--" SRC="arrow.gif" ALIGN=CENTER> Table of Contents </A>
<p>
<address>Last changes to this page 26th Feb 2006 by Jarl Grøneng<br>
© J.C.Murphy, J.W.Murphy 1997 arsperl@arsperl.org
</address>
</BODY>
</HTML>
( run in 1.833 second using v1.01-cache-2.11-cpan-ceb78f64989 )