in reply to I can't seem to figure out Net::AIM
Hi,
From the documentation:
$aim->start; his just starts an infinte loop of $aim->do_one_loop;
do_one_loop executes one read of the socket
So as I understand it you start looping before ever sending your 'it worked message'.
Update:node 260416 seems to have a lot more info.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I can't seem to figure out Net::AIM
by Cap'n Steve (Friar) on Sep 12, 2005 at 19:28 UTC | |
by eric256 (Parson) on Sep 12, 2005 at 19:59 UTC | |
by Cap'n Steve (Friar) on Sep 13, 2005 at 05:13 UTC |