01-06-22 02.48, skrev [EMAIL PROTECTED] p� [EMAIL PROTECTED] f�ljande:
>
> On 22-Jun-2001 Rocco Caputo wrote:
>> On Thu, Jun 21, 2001 at 05:06:51PM -0400, [EMAIL PROTECTED] wrote:
>>> @events=$kernel->session_evnets($ids[0]);
>>
>> I'm against this one. Sessions' privacy has always been a major
>> design goal. If a session wants you to know what's in it, it should
>> include something to tell you when you ask nicely. That way, also,
>> you don't find things it never wanted you to see in the first place.
>
> Oh. True. For debugging, however, it can be very useful. Ideally,
> there'd be a way of flagging states as being public or private.
>
>> And anyway, sessions keep to themselves. The Kernel doesn't know
>> which events they can handle.
>
> It doesn't? Huh. I guess that's why we never know if a event wasn't
> "caught"... my number one ANNOYANCE about debugging POE.
>
Huh, just turn on session debugging!
maybe we should have a use POE qw(strict) :)
I think this is a good thing, look the difference in design of the NFA and
the Session
Artur