I\'m running an IRC Bot (Bot::BasicBot) which has two child processes runni开发者_如何学Gong File::Tail but when exiting, they don\'t terminate. So I\'m killling them using Proc::ProcessTable like thi
Is there a开发者_StackOverflow POE module that identifies PnP events in Windows? If yes, could someone provide idea code snippet?No, but you can always write your own. POE is designed to be easily ext
How do I put an array on the POE heap, and push/pop data to/from it? I\'m trying to put the following array on the heap:
I\'m trying to test whether a user is registered on FreeNode. nick_info() doesn\'t seem to return information about this, so I want to use $irc->yield(whois => $nick); and then grab the irc_whois even
I have a POE Perl program forking children. The children it is forking do logging and interactive telnets into remote devices.