Well, I've been playing with POE::Component::SubWrapper some, and got it
working. Pretty neat.

Now I'm trying to use POE::Component::SubWrapper in a little POE program
that is supposed to listen on a socket, accept data, use a package wrapped
with POE::Component::SubWrapper to process it, and then send some info
back.

I'm still getting my head wrapped around POE, and something isn't working
right probably due to incorrect assumptions on my part. I can telnet to
the server (at port 31008) and connect, and send data to it, and it
aknowledges it received it.. but the post to the wrapped sub isn't
happening, or the callback isn't.. I'm not getting the output from the
callback handler.

I was wondering if anyone would look at the code (included in the tar
file) and let me know what dumb thing I'm doing.

Ooops.. I just noticed I left the hmm.. colorful language in my callback
that I was using as debugging output, so if you are easily offended, you
might not want to look at that particular line too carefully. ;)

-----------------------------------------------------------------------------
Brian Knox
Just Another Perl Hacker
perl -le '$_="6110>374086;2064208213:90<307;55";tr[0->][ LEOR!AUBGNSTY];print'

my screwy code

Reply via email to