poe
What's the right way to kill child processes in perl before exiting?
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[详细]
2022-12-23 10:40 分类:问答How can I identify Windows PnP events with Perl's POE?
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[详细]
2022-12-19 14:45 分类:问答How do I put an array on the POE heap and push or pop data?
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:[详细]
2022-12-16 05:56 分类:问答How do I check if a user is authenticated with NickServ using POE::Component::IRC::State in Perl?
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[详细]
2022-12-13 18:46 分类:问答How do I find the current value of a processes STDOUT in Perl?
I have a POE Perl program forking children. The children it is forking do logging and interactive telnets into remote devices.[详细]
2022-12-10 06:16 分类:问答