Description from the Publisher:
Net::ICQ::On - ICQ Online Status Tester v1.9.1 (20060103) - Registered at CPAN
SYNOPSIS
use ICQOn;
my $Online=On();
my $Online=On(204913808);
print "My ICQ number is ";
if ($Online==1) { print '204913808.n'; }
else { print "204913808.n"; }
DESCRIPTION
This module checks the online status of any ICQ user and returns 1 for online and 0 for offline.
VERSION
v1.9.1 (20060103)
COPYRIGHT
Code is copyright (c)2005-6 Jerome McKean, Dream Frequency. ICQ is copyright (c)1998-2005 ICQ Inc..
AUTHOR INFORMATION
Net::ICQ::On was created by Jerome McKean (jerome@dreamfrequency.com), owner of Dream Frequency (http://dreamfrequency.com). This Perl module is free software and may be freely redistributed unchanged. |