in reply to Creating a module with POE
_ready is your event handler name, the event name is "ready". (There might be other problems, haven't tested.)$kernel->yield("ready"); #not $kernel->yield("_ready")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Creating a module with POE
by dannoura (Pilgrim) on May 13, 2005 at 21:05 UTC |