Not really. From the Net::Telnet:
Other reasons to use this module than strictly with a TELNET port are:
· You're not familiar with sockets and you want a simple way to make client connections to TCP services.
· You want to be able to specify your own time-out while connecting, reading, or writing.
· You're communicating with an interactive program at the other end of some socket or pipe and you want to wait for certain patterns to appear.
When debugging, I use the command line telnet to connect to all types of servers (http, smtp, etc). There's no reason why you cannot use Net::Telnet the same way.
|