Hello,

I am currently building a small TCP server using POE.  Everything is going
very well.

When the user connects he is required to authenticate then enter the
primary user state. Both the authentication and primary states are
required to capture the ReadWrite wheel's input event.

I am trying to figure out the best method of encapsulating the various
user states.  At the moment I just have different subs for each state. Can
anyone suggest how they would solve this? I was thinking of using an
object as it seems the nicest sollution, however, maybe there is a more
poe orientated sollution.

Thanks.

Jotham.

Reply via email to