in reply to Skipping unreachable nodes in script.
use Term::ReadKey; ... print "enter user1 password: "; ReadMode 'noecho'; $PASS = ReadLine 0; print "enter device enable password: "; $ENABLE = ReadLine 0; ReadMode 'normal'; ...
I hope this is of interest.
Cheers,
JohnGG
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Skipping unreachable nodes in script.
by twofish (Initiate) on Jan 12, 2007 at 21:42 UTC |