NAME
Net::AIM - Perl extension for AOL Instant Messenger TOC protocol
SYNOPSIS
use Net::AIM;
$aim = new Net::AIM;
$conn = $aim->newconn(Screenname => 'Perl AIM',
Password => 'ilyegk');
$aim->start;
DESCRIPTION
This module implements an OO interface to the Aol Instant Messenger TOC protocol.
This version contains not much more than hacked code that merely connects to the aol TOC servers and acts on instant messages.
AUTHOR
Written by Aryeh Goldsmith <aryeh@ironarmadillo.com>.
Adapted from Net::IRC which was conceived and initially developed by: Greg Bacon <gbacon@adtran.com> and Dennis Taylor <dennis@funkplanet.com>.
URL
The Net::IRC project: http://netirc.betterbox.net/
The Net::AIM project: http://projects.aryeh.net/Net-AIM/
SEE ALSO
perl(1), Net::IRC.