On Fri, Dec 07, 2001 at 12:00:40AM +0100, [EMAIL PROTECTED] wrote: > On Thu, Dec 06, 2001 at 02:24:31PM -0700, Wilkinson, Mike wrote: > > > > I need to make a program that opens telnet connection on remote machines > > (Net::Telnet for POE.) On the wiki I see there is no > > POE::Component::Client::Telnet yet, but there is mention of a > > POE::Component::Client::Cmd module that might help me here (if I can find > > it.) > > > > Is this a good idea or should I just craft my own connections with > > POE::Component::Client:TCP? > > i think there are plans for pococl::tcp but no code exists yet. you could > take a look at the poco::server::tcp, which should exist, or write one :)
[...] POE::Component::Client::TCP exists in cvs, but it has no tests yet. Some people (including me) have been using it in live code, so it can't be too bad. -- Rocco Caputo / [EMAIL PROTECTED] / poe.perl.org / poe.sourceforge.net
