http://qs321.pair.com?node_id=250060


in reply to Re: Re: Net::Aim (again)
in thread Net::Aim (again)

From Net::AIM:
$aim->start()
    This just starts an infinte loop of $aim->do_one_loop;
If you take out the $aim->start;, your script should work.

Update Hmm, just tried it and it doesn't work. You might need to set some type of handler to send the message and then do the $aim->start...