NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Have you tried Net::AIMTOC? (Score:1)
Another plus to Net::AIMTOC is that it is using TOC rather than OSCAR. In theory, AOL doesn't change TOC to break non-AIM clients like they do OSCAR.
I tried Net::AIM first, too, and gave up.
s/q/o/g to mail
Re:Have you tried Net::AIMTOC? (Score:2)
Re:Have you tried Net::AIMTOC? (Score:1)
use Net::AIMTOC;
my $aim = Net::AIMTOC->new;
$aim->connect;
$aim->sign_on( 'brringbot', 'password' );
$aim->send_im_to_aol( 'paxsdad', 'this is an example message');
s/q/o/g to mail
Reply to This
Parent