Net::ICQ::On - ICQ Online Status Tester v1.9.1 (20060103) - Registered at CPAN
SYNOPSIS use ICQOn; my $Online=On([ICQ No./]); my $Online=On(204913808); print "My ICQ number is "; if ($Online==1) { print '[span style="color: green;"]204913808[/span]./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. See also: icq, net, online, on, status, tester, checker, check, test, im, instant, messaging, aim, yim, perl, unix, cpan, net-icq, net-icq-on, net::icq, net::icq::on
|