Hi all,
I want to get a tree structure of sessions created at one place.
For example, at some place in code to create at once the session A, its
children B1, B2 that have in turn their own children: C11, C12 and C21, C22,
C23 correspondingly:
    A => (B1 => (C11, C12), B2  => (C21, C22, C23))
Is it possible in POE? Documentation says instantiating a new session
POE::Session->create() causes it to be a child of a "current" session. This
means all above sessions (A, B1, ..., C23) created "at one place" would be
siblings, and childeren of the session in which they were instantiated.
Thanks in advance for any help,
Waldemar.


Reply via email to