Re: Perl IRC bot on ipv6 network ?

2003-02-17 Thread Dennis Taylor
On Mon, Feb 17, 2003 at 11:23:22PM -0500, Rocco Caputo wrote: > POE's SocketFactory supports IPv6 if two conditions are met: > > 1. Install the Socket6 module. > 2. SocketFactory's SocketDomain parameter is set to AF_INET6. > > PoCo::IRC (version 2.5 here) does not directly support the AF_IN

Re: Q: Need recipe for a generic wizard application

2003-02-17 Thread Rocco Caputo
On Tue, Feb 18, 2003 at 01:22:48AM +0100, Murat Ünalan wrote: > I deployed a rather complex script, but drove against walls when > searching for package-housed events, instead of inlined ones. This > kept me from further using it, because my major goal was to use > C OOP. Looks like POE::NFA could

Re: Perl IRC bot on ipv6 network ?

2003-02-17 Thread Rocco Caputo
On Wed, Feb 12, 2003 at 09:57:14AM +0100, graaf wrote: > Hi, > > is there anyone who could tell me how to create an irc bot with perl, > able to connect to IPv6 ircservers?? > > ( preferrable with PoCo::IRC ) > > I know how to connect to normap ip4 networks.. but i want to 'port' my > bot to b

RE: Q: Need recipe for a generic wizard application

2003-02-17 Thread Robert . Casey
> I deployed a rather complex script, but drove against walls when searching > for package-housed events, instead of inlined ones. This kept me from further using it, > because my major goal was to use C OOP. I had the same problem but found some good information at: http://poe.perl.org/?POE_FAQ/

AW: Q: Need recipe for a generic wizard application

2003-02-17 Thread Murat Ünalan
> POE::Session itself can be used as a finite state machine; I wondered why it doesn't has explicit state transitions ? > variable in the session heap that is called `state', and have Thanx for your clean advice. Looks like the armada of premade PoCo's isn't that big as i expected. I will hav

Re: POE::Wheel::Run ErrorEvent

2003-02-17 Thread Wiggins d'Anconia
Rocco Caputo wrote: On Wed, Feb 12, 2003 at 08:38:25AM +1100, [EMAIL PROTECTED] wrote: It's a valid interpretation of ErrorEvent, but it's not the way POE::Wheel::Run was written. StdoutEvent, StderrEvent, and ErrorEvent refer to the pipes that attach the parent and child processes. The f