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

I googled for "tkx fileevent" and came up with this code usage
++ good show!

Replies are listed 'Best First'.
Re^3: Tkx and tcp server
by momo33 (Beadle) on Mar 19, 2011 at 07:45 UTC
    That is right, but the example uses a file instead of a socket:
    my $fh = Tkx::open("| @cmds <$null 2>\@1");