J
John Deuf
Hi,
I'd like to use a module in Perl to connect to a remote server through
a Telnet like connection.
Something allowing to
- wait for "login" word, then send the "login" name
- then wait for "password" then entering my password
- then doing a few I/O with the server (commands / answers)
I never used a tcp-ip module in Perl
- what is the best module to use
- how to simply implement the telnet connectivity
Thank you
Regards
gg
I'd like to use a module in Perl to connect to a remote server through
a Telnet like connection.
Something allowing to
- wait for "login" word, then send the "login" name
- then wait for "password" then entering my password
- then doing a few I/O with the server (commands / answers)
I never used a tcp-ip module in Perl
- what is the best module to use
- how to simply implement the telnet connectivity
Thank you
Regards
gg