> POE::Component::Client::TCP->new
> ( RemoteAddress => "127.0.0.1",
> RemotePort => 123456,
> ConnectError => sub { die; },
> ServerInput => sub { },
> );I don't believe 123456 is a valid TCP port number. Try something less than or equal to 65535.
