http://qs1969.pair.com?node_id=490613


in reply to Building a simple service scanner with POE

The absence of a UDP POE::Component is weird because POE::Wheel::SocketFactory (used by POE::Component::Client::TCP) supports UDP.

As for your second problem, your sense of aesthetics might be satisfied by

sub Ignore () { sub{} } ... ServerInput => Ignore,