poe Questions
5
I'm running an IRC Bot (Bot::BasicBot) which has two child processes running File::Tail but when exiting, they don't terminate. So I'm killling them using Proc::ProcessTable like this before exitin...
1
I've just entered into an environment where I am much more free to choose whatever approach I want for a project (meaning full access to the CPAN and no module-approval-by-committee), but I'm a lit...
2
I am searching for about a week for a good and clear tutorial for POE that is relevant to 2010 and didn't find one.
I found some tutorials in the Stack Overflow question Where can I find books or ...
2
Solved
This is a sample script. When I hit Ctrl+C, the bot quits IRC but it reconnects back after some time. How do I shut down the bot correctly?
#!/usr/bin/perl
package main;
my $bot = Perlbot->ne...
1
© 2022 - 2024 — McMap. All rights reserved.