Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

telnet question

by perlsyntax (Pilgrim)
on Nov 14, 2007 at 16:48 UTC ( [id://650796]=perlquestion: print w/replies, xml ) Need Help??

perlsyntax has asked for the wisdom of the Perl Monks concerning the following question:

How would i start out write a program that would telnet into 3 differnt place at one time and what module would i need for that?

Replies are listed 'Best First'.
Re: telnet question
by moritz (Cardinal) on Nov 14, 2007 at 17:07 UTC
      Since Net::Telnet isa IO::Socket::INET, you can probably also use IO::Select to multiplex many simultaneous connections, without fork() or threads.

      I haven't investigated this though.

      -David

        So your saying Net::Telnet anf IO::Select would be the the one i use and fork?if i got this right.
Re: telnet question
by chrism01 (Friar) on Nov 14, 2007 at 22:53 UTC

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://650796]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (5)
As of 2024-04-19 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found