hey All, am trying to use the Aim module and getting this error:
Code =
#!/usr/bin/perl -w
use Net::AIM;
$aim = new Net::AIM;
$aim->newconn(Screenname =>'anything',
Password =>'duh',)
or die "Error: Cannot Connect to Aim!";
$conn = $aim->getconn();
$conn->set_handler('im_in', \&on_im);
print "Bot loaded successfully!!\n";
$aim->start;
Error =
[laptop@localhost perl]$ ./aim.pl
Bot loaded successfully!!
Can't use an undefined value as a symbol reference at
/usr/lib/perl5/site_perl/5.6.1/Net/AIM/Connection.pm line 781.
(in cleanup) No method called "handler" for object. at ./aim.pl
line 0
--
Please reply to "[EMAIL PROTECTED]"
~SilverFox
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]