Re: POE::NFA error messages?

2004-12-03 Thread Rocco Caputo
On Fri, Dec 03, 2004 at 02:44:56PM -0600, Tim Klein wrote: > > > Constant subroutine main::STATE redefined at > > > /Library/Perl/5.8.1/POE/NFA.pm line 131. > > > > >> Here's the program, with lines numbered: > > > >> 3 use POE; > >> 4 use POE::NFA; > > > >The problem occurs here. C qu

Re: datetime, inter-session alarms

2004-12-03 Thread Ofer Nave
Rocco Caputo wrote: On Thu, Dec 02, 2004 at 05:35:40PM -0800, Ofer Nave wrote: 2) Reading over the POE::Kernel docs, I noticed all the alarm and delay functions take an event name, but not a session id. Is there never a situation where you'd want to set an alarm that would send an event to a

Re: datetime, inter-session alarms

2004-12-03 Thread Ofer Nave
Rocco Caputo wrote: On Thu, Dec 02, 2004 at 05:35:40PM -0800, Ofer Nave wrote: 2) Reading over the POE::Kernel docs, I noticed all the alarm and delay functions take an event name, but not a session id. Is there never a situation where you'd want to set an alarm that would send an event to a

Re: datetime, inter-session alarms

2004-12-03 Thread David Davis
Theres a cool thing about wikis, anyone can add to it. David On Fri, 03 Dec 2004 15:55:09 -0500 (EST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > On 03-Dec-2004 Rocco Caputo wrote: > > On Thu, Dec 02, 2004 at 05:35:40PM -0800, Ofer Nave wrote: > >> > >> 2) Reading over the POE::Kerne

Re: datetime, inter-session alarms

2004-12-03 Thread liste
On 03-Dec-2004 Rocco Caputo wrote: > On Thu, Dec 02, 2004 at 05:35:40PM -0800, Ofer Nave wrote: >> >> 2) Reading over the POE::Kernel docs, I noticed all the alarm and delay >> functions take an event name, but not a session id. Is there never a >> situation where you'd want to set an alarm tha

Re: POE::NFA error messages?

2004-12-03 Thread Tim Klein
> Constant subroutine main::STATE redefined at > /Library/Perl/5.8.1/POE/NFA.pm line 131. > Here's the program, with lines numbered: 3 use POE; 4 use POE::NFA; The problem occurs here. C quietly uses POE::Kernel and POE::Session. POE::Session imports a number of constants to ma