Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am doing a little bit of networking and i am trying to write a script that lets me communicate with servers. I was wondering if it's a good idea to use the module Net::Telnet instaed of working with sockets. If working with sockets directly is the way to go forward is it useful/better to use the built-in socket functions iso using the module IO::Socket::INET, or maybe it is more or less the same? I hope to hear from you, ty.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: socket programming
by ikegami (Patriarch) on Dec 20, 2025 at 18:24 UTC | |
|
Re: socket programming
by talexb (Chancellor) on Dec 20, 2025 at 18:25 UTC |