in reply to perl expect moudule to interact with Linux terminal
If you have 'expect' installed on your system you can use 'autoexpect -c ssh root@localhost' to create working native expect solution (script.exp). That may give ideas what is wrong with your perl script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl expect moudule to interact with Linux terminal
by kkbka (Initiate) on Mar 30, 2015 at 17:36 UTC | |
by pme (Monsignor) on Mar 30, 2015 at 21:47 UTC |