in reply to Re^2: Tkx and tcp server
in thread Tkx and tcp server

I'm just guessing here, but you apparently still don't have the fileevent syntax correct. You still have
Tkx::fileevent( $client, readable =>[\&handle_connection, \$client] ); # whereas the correct syntax I previously posted is Tkx::fileevent($fh, readable => [\&run_watch, $fh]);
Notice, you have \$client as a reference instead of a plain filehandle

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh